Skip to content

Instantly share code, notes, and snippets.

@msraynsford
Created March 12, 2018 11:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save msraynsford/42f543e28cc848034422e81efa9ab04b to your computer and use it in GitHub Desktop.
Save msraynsford/42f543e28cc848034422e81efa9ab04b to your computer and use it in GitHub Desktop.
#include <EEPROM.h>
#define FLAGSET 0x55
#define FLAGCLEAR 0xAA
#define FLAGADDRESS 00
#define FLAGTIMEOUT 3000
uint32_t flag = FLAGCLEAR;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment