Skip to content

Commit 7bb6e84

Browse files
committed
ACSocket NB-IOT USB
1 parent 22e1d65 commit 7bb6e84

4 files changed

Lines changed: 37 additions & 5 deletions

File tree

examples/Modules/AC-SOCKET/AC-SOCKET.ino

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
/*
2-
Description:Click button B to turn on the power. Click button A to turn off the power.
2+
*******************************************************************************
3+
* Copyright (c) 2021 by M5Stack
4+
* Equipped with M5Core sample source code
5+
* 配套 M5Core 示例源代码
6+
* Visit the website for more information:https://docs.m5stack.com/en/products
7+
* 获取更多资料请访问:https://docs.m5stack.com/zh_CN/products
8+
*
9+
* describe: AC Socket.
10+
* date:2021/9/1
11+
*******************************************************************************
12+
Click button B to turn on the power. Click button A to turn off the power.
13+
单击按钮 B 打开电源。 单击按钮 A 关闭电源。
314
*/
415
#include <Arduino.h>
516
#include <M5Stack.h>

examples/Modules/NB-IoT_M5311LV/NB-IoT_M5311LV.ino

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
/*
2-
Description: Use NB-IoT Module to send data to MQTT server.
2+
*******************************************************************************
3+
* Copyright (c) 2021 by M5Stack
4+
* Equipped with M5Core sample source code
5+
* 配套 M5Core 示例源代码
6+
* Visit the website for more information:https://docs.m5stack.com/en/module/nb-iot
7+
* 获取更多资料请访问:https://docs.m5stack.com/zh_CN/module/nb-iot
8+
*
9+
* describe: NB-IoT.
10+
* date:2021/9/1
11+
*******************************************************************************
12+
Use NB-IoT Module to send data to MQTT server.
13+
使用 NB-IoT 模块将数据发送到 MQTT 服务器。
314
*/
15+
416
#include <M5Stack.h>
517
#include <stdint.h>
618
#include <vector>
-364 KB
Binary file not shown.

examples/Modules/USB_MAX3421E/usb_mouse/usb_mouse.ino

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
/*
2-
Description: this sample code demonstrates the normal use of a USB_Host_SHield_Library_2.0 object.
3-
Please install library before compiling:
4-
USB_Host_SHield_Library_2.0: file in M5stack lib examples -> modules -> USB -> USB_Host_SHield_Library_2.0 (unzip the lib zip file to the Arduino Lib path)
2+
*******************************************************************************
3+
* Copyright (c) 2021 by M5Stack
4+
* Equipped with M5Core sample source code
5+
* 配套 M5Core 示例源代码
6+
* Visit the website for more information:https://docs.m5stack.com/en/module/usb
7+
* 获取更多资料请访问:https://docs.m5stack.com/zh_CN/module/usb
8+
*
9+
* describe: USB.
10+
* date:2021/9/1
11+
*******************************************************************************
12+
This sample code demonstrates the normal use of a USB_Host_SHield_Library_2.0 object.
13+
此示例代码演示了 USB_Host_SHield_Library_2.0 对象的正常使用。
514
*/
615

716
#include <M5Stack.h>

0 commit comments

Comments
 (0)