Skip to content

Instantly share code, notes, and snippets.

@DzikuVx
Created September 4, 2018 09:08
Show Gist options
  • Save DzikuVx/af5101995201445b37af24a0df4ad47b to your computer and use it in GitHub Desktop.
Save DzikuVx/af5101995201445b37af24a0df4ad47b to your computer and use it in GitHub Desktop.
#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