未验证 提交 008eaed0 编写于 作者: G guo 提交者: GitHub

Merge pull request #5440 from mysterywolf/l475

[lvgl][simulator]&[l475][arduino] 细节修改
......@@ -17,7 +17,7 @@
#define USE_WIN32DRV 1
#define WIN32DRV_MONITOR_ZOOM 1
#define LV_USE_FS_WIN32 1
//#define LV_USE_FS_WIN32 1
/* music player demo */
#include <rtconfig.h>
......
......@@ -7,6 +7,6 @@ inc = [cwd]
group = DefineGroup('Arduino', src, depend = ['RT_USING_ARDUINO'], CPPPATH = inc)
src = ['arduino_main.cpp']
group = DefineGroup('Applications', src, depend = ['RT_USING_ARDUINO'])
group += DefineGroup('Applications', src, depend = ['RT_USING_ARDUINO'])
Return('group')
......@@ -15,7 +15,7 @@
#define ARDUINO_PWM_HZ 500 /* Arduino UNO's PWM is around 500Hz */
#define ARDUINO_PINOUT_PIN_MAX 20 /* Arduino UNO has 20 pins in total*/
#define ARDUINO_PINOUT_ADC_MAX 6 /* Arduino UNO has 5 ADC pins */
#define ARDUINO_PINOUT_ADC_MAX 6 /* Arduino UNO has 6 ADC pins */
#define ARDUINO_PINOUT_PWM_MAX 5 /* Arduino UNO has 5 PWM pins */
#define A0 (14)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册