In file included from E:\arduino\libraries\Arduboy2\src/Arduboy2.h:11:0,
from E:\t12\1.8t8\1.8t8.ino:110:
E:\arduino\libraries\Arduboy2\src/Arduboy2Core.h:18:2: warning: #warning SLIMBOY! [-Wcpp]
#warning SLIMBOY!
^
E:\t12\1.8t8\1.8t8.ino: In function 'void setup()':
1.8t8:266:19: error: 'set_wdt_mod' was not declared in this scope
set_wdt_mod(3, 7);
^
1.8t8:305:13: error: 'GetEEPROM' was not declared in this scope
GetEEPROM();
^
1.8t8:308:17: error: 'Flip' was not declared in this scope
Flip(FlipState);
^
1.8t8:311:23: error: 'SetOLEDLightLevel' was not declared in this scope
SetOLEDLightLevel(32); //降低屏幕亮度 延长OLED使用寿命
^
1.8t8:317:16: error: 'BootPassword' was not declared in this scope
BootPassword();
^
1.8t8:319:16: error: 'getVCC' was not declared in this scope
Vcc = getVCC(); Vin = getVIN();
^
1.8t8:319:32: error: 'getVIN' was not declared in this scope
Vcc = getVCC(); Vin = getVIN();
^
1.8t8:322:38: error: 'denoiseAnalog' was not declared in this scope
RawTemp = denoiseAnalog(SENSOR_PIN);
^
1.8t8:323:26: error: 'getChipTemp' was not declared in this scope
ChipTemp = getChipTemp();
^
1.8t8:324:38: error: 'calculateTemp' was not declared in this scope
CurrentTemp = calculateTemp(RawTemp);
^
1.8t8:337:55: error: 'setRotary' was not declared in this scope
setRotary(TEMP_MIN, TEMP_MAX, TEMP_STEP, DefaultTemp);
^
1.8t8:342:8: error: 'beep' was not declared in this scope
beep(); beep();
^
1.8t8:343:15: error: 'ShowVersion' was not declared in this scope
ShowVersion();
^
E:\t12\1.8t8\1.8t8.ino: In function 'void loop()':
1.8t8:357:15: error: 'ROTARYCheck' was not declared in this scope
ROTARYCheck(); // check rotary encoder (temp/boost setting, enter setup menu)
^
1.8t8:358:14: error: 'SLEEPCheck' was not declared in this scope
SLEEPCheck(); // check and activate/deactivate sleep modes
^
1.8t8:359:16: error: 'SENSORCheck' was not declared in this scope
SENSORCheck(1); // reads temperature and vibration switch of the iron
^
1.8t8:360:15: error: 'Thermostat' was not declared in this scope
Thermostat(0); // heater control
^
1.8t8:361:14: error: 'MainScreen' was not declared in this scope
MainScreen(); // updates the main page on the OLED
^
exit status 1
'set_wdt_mod' was not declared in this scope
楼主能不能帮忙看看这是什么问题1.7的可以编译这个编译就报错 |