Skip to content

Commit 651b423

Browse files
committed
add tfcard example
1 parent aa98efa commit 651b423

File tree

115 files changed

+483
-415
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+483
-415
lines changed

examples/Advanced/Display/Display_Unicode/Display_Unicode.ino

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
* Copyright (c) 2021 by M5Stack
44
* Equipped with M5Core sample source code
55
* 配套 M5Core 示例源代码
6-
* Visit the website for more informationhttps://docs.m5stack.com/en/core/gray
7-
* 获取更多资料请访问https://docs.m5stack.com/zh_CN/core/gray
6+
* Visit the website for more information: https://docs.m5stack.com/en/core/gray
7+
* 获取更多资料请访问: https://docs.m5stack.com/zh_CN/core/gray
88
*
9-
* describeDisplay_Unicode. Unicode显示
10-
* date2021/7/23
9+
* describe: Display_Unicode. Unicode显示
10+
* date: 2021/7/23
1111
*******************************************************************************
1212
1313
-----PLEASE SEE THE README----

examples/Advanced/Display/HZK16/HZK16.ino

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
* Copyright (c) 2021 by M5Stack
44
* Equipped with M5Core sample source code
55
* 配套 M5Core 示例源代码
6-
* Visit the website for more informationhttps://docs.m5stack.com/en/core/gray
7-
* 获取更多资料请访问https://docs.m5stack.com/zh_CN/core/gray
6+
* Visit the website for more information: https://docs.m5stack.com/en/core/gray
7+
* 获取更多资料请访问: https://docs.m5stack.com/zh_CN/core/gray
88
*
9-
* describeCharacter library. 字库
10-
* date2021/7/28
9+
* describe: Character library. 字库
10+
* date: 2021/7/28
1111
*******************************************************************************
1212
1313
-----PLEASE SEE THE README----

examples/Advanced/Display/TFT_Ellipse/TFT_Ellipse.ino

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
* Copyright (c) 2021 by M5Stack
44
* Equipped with M5Core sample source code
55
* 配套 M5Core 示例源代码
6-
* Visit the website for more informationhttps://docs.m5stack.com/en/core/gray
7-
* 获取更多资料请访问https://docs.m5stack.com/zh_CN/core/gray
6+
* Visit the website for more information: https://docs.m5stack.com/en/core/gray
7+
* 获取更多资料请访问: https://docs.m5stack.com/zh_CN/core/gray
88
*
9-
* describeEllipse drawing. 椭圆绘制
10-
* date2021/7/26
9+
* describe: Ellipse drawing. 椭圆绘制
10+
* date: 2021/7/26
1111
*******************************************************************************/
1212

1313
#include <M5Stack.h>

examples/Advanced/EzData/EzData.ino

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
* Copyright (c) 2021 by M5Stack
44
* Equipped with M5Core sample source code
55
* 配套 M5Core 示例源代码
6-
* Visit the website for more informationhttps://docs.m5stack.com/en/core/gray
7-
* 获取更多资料请访问https://docs.m5stack.com/zh_CN/core/gray
6+
* Visit the website for more information: https://docs.m5stack.com/en/core/gray
7+
* 获取更多资料请访问: https://docs.m5stack.com/zh_CN/core/gray
88
*
9-
* describeEzData.
10-
* date2021/10/17
9+
* describe: EzData.
10+
* date: 2021/10/17
1111
*******************************************************************************
1212
*/
1313
#include "M5Stack.h"

examples/Advanced/HallSensor/HallSensor.ino

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
* Copyright (c) 2021 by M5Stack
44
* Equipped with M5Core sample source code
55
* 配套 M5Core 示例源代码
6-
* Visit the website for more informationhttps://docs.m5stack.com/en/core/gray
7-
* 获取更多资料请访问https://docs.m5stack.com/zh_CN/core/gray
6+
* Visit the website for more information: https://docs.m5stack.com/en/core/gray
7+
* 获取更多资料请访问: https://docs.m5stack.com/zh_CN/core/gray
88
*
9-
* describeHall sensor. 霍尔传感器
10-
* date2021/7/26
9+
* describe: Hall sensor. 霍尔传感器
10+
* date: 2021/7/26
1111
*******************************************************************************
1212
The ESP32 MCU has build in Hall sensor. ESP32 MCU内置霍尔传感器
1313
It is not very suscescible but if you bring a magnet close to the

examples/Advanced/I2C_Tester/I2C_Tester.ino

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
* Copyright (c) 2021 by M5Stack
44
* Equipped with M5Core sample source code
55
* 配套 M5Core 示例源代码
6-
* Visit the website for more informationhttps://docs.m5stack.com/en/core/gray
7-
* 获取更多资料请访问https://docs.m5stack.com/zh_CN/core/gray
6+
* Visit the website for more information: https://docs.m5stack.com/en/core/gray
7+
* 获取更多资料请访问: https://docs.m5stack.com/zh_CN/core/gray
88
*
9-
* describeI2C Scanner. I2C探测
10-
* date2021/7/26
9+
* describe: I2C Scanner. I2C探测
10+
* date: 2021/7/26
1111
*******************************************************************************
1212
*/
1313
/*

examples/Advanced/MQTT/MQTT.ino

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
* Copyright (c) 2021 by M5Stack
44
* Equipped with M5Core sample source code
55
* 配套 M5Core 示例源代码
6-
* Visit the website for more informationhttps://docs.m5stack.com/en/core/gray
7-
* 获取更多资料请访问https://docs.m5stack.com/zh_CN/core/gray
6+
* Visit the website for more information: https://docs.m5stack.com/en/core/gray
7+
* 获取更多资料请访问: https://docs.m5stack.com/zh_CN/core/gray
88
*
9-
* describeMQTT.
10-
* date2021/11/5
9+
* describe: MQTT.
10+
* date: 2021/11/5
1111
*******************************************************************************
1212
*/
1313
#include "M5Stack.h"

examples/Advanced/MultSerial/MultSerial.ino

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
* Copyright (c) 2021 by M5Stack
44
* Equipped with M5Core sample source code
55
* 配套 M5Core 示例源代码
6-
* Visit the website for more informationhttps://docs.m5stack.com/en/core/gray
7-
* 获取更多资料请访问https://docs.m5stack.com/zh_CN/core/gray
6+
* Visit the website for more information: https://docs.m5stack.com/en/core/gray
7+
* 获取更多资料请访问: https://docs.m5stack.com/zh_CN/core/gray
88
*
9-
* describeMultSerial. 多串口
10-
* date2021/8/5
9+
* describe: MultSerial. 多串口
10+
* date: 2021/8/5
1111
******************************************************************************
1212
*/
1313
#include <M5Stack.h>

examples/Advanced/MultiTask/MultiTask.ino

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
* Copyright (c) 2021 by M5Stack
44
* Equipped with M5Core sample source code
55
* 配套 M5Core 示例源代码
6-
* Visit the website for more informationhttps://docs.m5stack.com/en/core/gray
7-
* 获取更多资料请访问https://docs.m5stack.com/zh_CN/core/gray
6+
* Visit the website for more information: https://docs.m5stack.com/en/core/gray
7+
* 获取更多资料请访问: https://docs.m5stack.com/zh_CN/core/gray
88
*
9-
* describeMultiTask. 多线程
10-
* date2021/7/26
9+
* describe: MultiTask. 多线程
10+
* date: 2021/7/26
1111
*******************************************************************************
1212
*/
1313
#include <M5Stack.h>

examples/Advanced/QRCode/QRCode.ino

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
* Copyright (c) 2021 by M5Stack
44
* Equipped with M5Core sample source code
55
* 配套 M5Core 示例源代码
6-
* Visit the website for more informationhttps://docs.m5stack.com/en/core/gray
7-
* 获取更多资料请访问https://docs.m5stack.com/zh_CN/core/gray
6+
* Visit the website for more information: https://docs.m5stack.com/en/core/gray
7+
* 获取更多资料请访问: https://docs.m5stack.com/zh_CN/core/gray
88
*
9-
* describeQRcode. 创建二维码
10-
* date2021/7/26
9+
* describe: QRcode. 创建二维码
10+
* date: 2021/7/26
1111
*******************************************************************************
1212
*/
1313

0 commit comments

Comments
 (0)