Advertisement
Guest User

Untitled

a guest
Dec 27th, 2011
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. EEPROM = exports.EEPROM =
  2. {
  3. header: "a53e", // 4 bytes
  4. formatrev: "a0", // 2 bytes
  5. boardname: "My first cape", // 32 bytes
  6. hwversion: "0001", // 4 bytes
  7. manufacturer: "boris", // 16 bytes
  8. partnumber: "cape01", // 16 bytes
  9. numpins: "2", // 2 bytes
  10. serial: "52124P130001", // 12 bytes WWYY4P13nnnn
  11. pinusage: "blob", // 140 bytes
  12. 3v3current: "2", // 2 bytes
  13. vdd5vcurrent: "2", // 2 bytes
  14. sys5vcurrent: "2", // 2 bytes
  15. DC: "0", // 2 bytes
  16. available: "foo" // 32543 bytes
  17. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement