Fix bug in I2C multiplexer, measurement works

This commit is contained in:
eddyem
2018-06-09 15:17:42 +03:00
parent 8d43610e1b
commit 5e73de26a5
12 changed files with 273 additions and 35 deletions

View File

@@ -8,7 +8,7 @@ MCU = F042x6
# hardware definitions
DEFS := -DUSARTNUM=1 -DI2CPINS=67
#DEFS += -DCHECK_TMOUT
DEFS += -DEBUG
#DEFS += -DEBUG
# change this linking script depending on particular MCU model,
# for example, if you have STM32F103VBT6, you should write:
LDSCRIPT = ld/stm32f042k.ld