Skip to content

Instantly share code, notes, and snippets.

@tuldok89
Created February 12, 2012 14:22
Show Gist options
  • Save tuldok89/1808754 to your computer and use it in GitHub Desktop.
Save tuldok89/1808754 to your computer and use it in GitHub Desktop.
EEPROM READ TEST
EPFLAG VAR BYTE
READ 4, EPFLAG
IF EPFLAG = 0 THEN
EEPROM 0, [2,0,1,2]
ENDIF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment