Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 737 Bytes

eep.md

File metadata and controls

28 lines (20 loc) · 737 Bytes

eep

eeprom tool

Synopsis

a CLI to interface with the arduino eeprom programmer

Options

  -c, --chip uint8     chip type (default 66)
  -e, --erase          erase before write (default false
  -h, --help           help for eep
  -o, --org uint8      chip org (default 8)
  -p, --port string    com port (default "COM8")
  -s, --size uint16    chip size (default 512)
  -t, --toggle         Help message for toggle
  -x, --xor bytesHex   xor output (default 00)

SEE ALSO