Skip to content

Instantly share code, notes, and snippets.

@agesome
Created March 20, 2009 11:36
Show Gist options
  • Save agesome/82328 to your computer and use it in GitHub Desktop.
Save agesome/82328 to your computer and use it in GitHub Desktop.
/*return 0 on success and 1 if eeprom is busy*/
uint8_t eesave(uint16_t *data){
if(eeprom_is_ready()){
void *ptr;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment