doc/fw_commands.txt
changeset 25 96f051df5d60
parent 2 2f55e5dd591d
child 33 7a0c4b0354ba
     1.1 --- a/doc/fw_commands.txt	Fri Jun 27 18:09:13 2008 +0200
     1.2 +++ b/doc/fw_commands.txt	Sat Jul 26 14:22:38 2008 +0200
     1.3 @@ -53,6 +53,14 @@
     1.4   * Required data: 2 data Bytes: ADDR_LOWER, ADDR_UPPER
     1.5   * Sets the Display Ram Address to (ADDR_UPPER << 2 + ADDR_LOWER)
     1.6  
     1.7 +- CMD_WRITE_EEPROM (0x20) -
     1.8 + * Required data: 2 data Bytes: ADDR, DATA
     1.9 + * Writes DATA to the internal EEPROM at location ADDR
    1.10 +
    1.11 +- CMD_READ_EEPROM (0x21) -
    1.12 + * Required data: 1 data Bytes: ADDR
    1.13 + * Returns one byte from the internal EEPROM at location ADDR
    1.14 +
    1.15  - CMD_READ_CLOCK (0x40) -
    1.16   * Required data: None
    1.17   * Returns 10Bytes of Data, corresponding to the pcf8583 ram from 0x00 to 0x0F.