Code: void loop() { int addr = 0; int ra; EEPROM.write(addr, 260); EEPROM.get(addr, ra); Serial.print("address: "); Serial.print(addr); ...
確定! 回上一頁