Implement read EEPROM and write EEPROM USB commands.

This commit is contained in:
László Monda
2016-10-12 12:51:22 +02:00
parent 80ddf397fd
commit 9436be444c
3 changed files with 60 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
// Reserved for future purposes 0b0000011
// High-Speed master code 0b00001XX
#define I2C_ADDRESS_LEFT_KEYBOARD_HALF 0b0001000
#define I2C_ADDRESS_EEPROM 0b1010000
#define I2C_ADDRESS_LED_DRIVER_LEFT 0b1110100
// LED driver / touchpad 0b1110101
// LED driver / touchpad 0b1110110