範例:清除資料副程式. void CleanEEPROM(){ for (size_t i = 0; i < EEPROM.length(); i++) { EEPROM.write(i, 0); } }. Arduino.
確定! 回上一頁