Skip to content
Snippets Groups Projects

Modified the scripts to run on Raspberry Pi.

2 files
+ 126
3
Compare changes
  • Side-by-side
  • Inline

Files

+ 0
3
EEPROM_I2C_ADDR = 0x50 #"1010000"
LOC_POWER_CORE = 0x01 #"0000001" # 0x01
LOC_POWER_ERAM = 0x0D #"0001101" # 0x0D
LOC_POWER_TR_R = 0x0E #"0001110" # 0x0E
LOC_POWER_TR_T = 0x0F #"0001111" # 0x0F
LOC_POWER_BAT = 0x10 #"0010000" # 0x10
LOC_POWER_IO = 0x11 #"0010001" # 0x11
LOC_POWER_SUPPLIES = [LOC_POWER_CORE,LOC_POWER_ERAM,LOC_POWER_TR_R,LOC_POWER_TR_T,LOC_POWER_BAT,LOC_POWER_IO]
SWI_POWER_CORE = 0x0F #"0001111" # 0x0F
Loading