Skip to content

Instantly share code, notes, and snippets.

@AeroNotix
Created September 17, 2014 11:32
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 AeroNotix/488b61c096d5e5dac631 to your computer and use it in GitHub Desktop.
Save AeroNotix/488b61c096d5e5dac631 to your computer and use it in GitHub Desktop.
(ubic@localhost)1> {ok, Data} = file:read_file("/home/xeno/Downloads/eeprom").
{ok,<<0,21,109,191,240,232,2,21,109,191,240,232,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,...>>}
(ubic@localhost)2> ubic_device_eeprom:decode(Data).
{error,invalid_eeprom_signature}
(ubic@localhost)3>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment