syrlinks handler ready for testing
This commit is contained in:
@ -30,6 +30,7 @@ namespace objects {
|
||||
ARDUINO_COM_IF = 0x49000001,
|
||||
CSP_COM_IF = 0x49000002,
|
||||
I2C_COM_IF = 0x49000003,
|
||||
UART_COM_IF = 0x49000004,
|
||||
|
||||
/* 0x47 ('G') for Gpio Interfaces */
|
||||
GPIO_IF = 0x47000001,
|
||||
@ -41,10 +42,11 @@ namespace objects {
|
||||
ACU_HANDLER = 0x44000004,
|
||||
TMP1075_HANDLER_1 = 0x44000005,
|
||||
TMP1075_HANDLER_2 = 0x44000006,
|
||||
|
||||
/* Custom device handler */
|
||||
PCDU_HANDLER = 0x44000007,
|
||||
/* Custom device handler */
|
||||
SOLAR_ARRAY_DEPL_HANDLER = 0x44000008,
|
||||
SYRLINKS_HK_HANDLER = 0x44000009,
|
||||
|
||||
/* 0x54 ('T') for thermal objects */
|
||||
HEATER_HANDLER = 0x54000003,
|
||||
|
Reference in New Issue
Block a user