v1.9.0 #175

Merged
muellerr merged 623 commits from develop into main 2022-03-08 10:32:41 +01:00
287 changed files with 33521 additions and 24374 deletions
Showing only changes of commit a9c93db790 - Show all commits

View File

@@ -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

Submodule tmtc updated: 57398383ae...50128b7304