Created
September 4, 2018 09:08
-
-
Save DzikuVx/af5101995201445b37af24a0df4ad47b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include "EEPROM.h" | |
#define EEPROM_SIZE 8 | |
void setup() { | |
while (!EEPROM.begin(EEPROM_SIZE)) { | |
true; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment