Allowed EEPROM writes, board = Nano

rtc
g7uhn 2020-12-02 22:18:55 +00:00
rodzic 5b94ab55dd
commit ba71dab39f
2 zmienionych plików z 5 dodań i 5 usunięć

Wyświetl plik

@ -8,11 +8,11 @@
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[env:pro16MHzatmega328]
; [env:nanoatmega328]
; [env:pro16MHzatmega328]
[env:nanoatmega328]
platform = atmelavr
board = pro16MHzatmega328
; board = nanoatmega328
; board = pro16MHzatmega328
board = nanoatmega328
framework = arduino
lib_deps =
adafruit/Adafruit GFX Library @ ^1.10.1

Wyświetl plik

@ -25,7 +25,7 @@
*/
// uncomment the line below if you want to use this sketch that writes to the EEPROM and accept the responsibility stated above! :-)
// #define EEPROM_WRITES
#define EEPROM_WRITES
// Include libraries
#include <Arduino.h> // required for PlatformIO IDE (not required if you're using Arduino IDE)