|
楼主,我把你的源码下载到我的电脑编译,也是显示同样的错误。
Arduino:1.8.5 (Windows 10), 开发板:"Arduino/Genuino Uno"
C:\Users\ASUS\Desktop\GizwitsMCUArduinoUNOR32017051912222925509f2983\GizwitsMCUArduinoUNOR32017051912222925509f2983\MCU_ArduinoUNOR3_source\examples\simpleTry\simpleTry.ino: In function 'void loop()':
simpleTry:198: error: 'VALUE_ADCVALUE' was not declared in this scope
myGizwits.write(VALUE_ADCVALUE, varW_ADCValue);
^
simpleTry:202: error: 'EVENT_LED_ONOFF' was not declared in this scope
if(myGizwits.hasBeenSet(EVENT_LED_ONOFF))
^
exit status 1
'VALUE_ADCVALUE' was not declared in this scope
在文件 -> 首选项开启
“编译过程中显示详细输出”选项
这份报告会包含更多信息。
|
|