There was an error while loading. Please reload this page.
1 parent 2f703f0 commit bdcf975Copy full SHA for bdcf975
examples/Unit_Encoder_M5Core/Unit_Encoder_M5Core.ino
@@ -9,9 +9,8 @@
9
* Describe: Encoder. 旋转编码器
10
* Date: 2022/7/11
11
*******************************************************************************
12
- Please connect to Port A,Use ADC Unit to convert 0 ~ 12V analog voltage into
13
- 16-bit data and display it on the screen. 请连接端口A,利用ADC单元将0 ~
14
- 12V模拟电压转换成16位数据显示在屏幕上。
+ Display of rotary encoder values and key status on the screen
+ 在屏幕上显示旋转编码器的值和按键状态
15
*/
16
#include <M5Stack.h>
17
#include <M5GFX.h>
0 commit comments