updated tmtc, IMTQ switch cmd added
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
This commit is contained in:
parent
b4505e5305
commit
a9c93db790
@ -45,9 +45,10 @@ enum logicalAddresses : address_t {
|
||||
};
|
||||
|
||||
enum i2cAddresses : address_t {
|
||||
IMTQ = 16,
|
||||
TMP1075_TCS_1 = 72,
|
||||
TMP1075_TCS_2 = 73,
|
||||
BPX_BATTERY = 0x07,
|
||||
IMTQ = 0x10,
|
||||
TMP1075_TCS_1 = 0x48,
|
||||
TMP1075_TCS_2 = 0x49,
|
||||
};
|
||||
|
||||
enum spiAddresses : address_t {
|
||||
|
2
tmtc
2
tmtc
@ -1 +1 @@
|
||||
Subproject commit 57398383ae81d7cc851fc36a6332d4946d3e17ce
|
||||
Subproject commit 50128b7304470281ff90bc3dcc51c714a7e6b99f
|
Loading…
Reference in New Issue
Block a user