Refactor of smbus

This commit is contained in:
Jeremy Soller
2020-01-30 13:54:26 -07:00
parent 8df823b402
commit 6ee5612a4a
21 changed files with 66 additions and 36 deletions

View File

@@ -16,6 +16,9 @@ CFLAGS+=-DLEVEL=2
# Enable I2C debug on 0x76
CFLAGS+=-DI2C_DEBUGGER=0x76
# Set battery I2C bus
CFLAGS+=-DI2C_SMBUS=I2C_0
# Add scratch ROM source
SCRATCH_DIR=$(BOARD_DIR)/scratch
SCRATCH_SRC=$(wildcard $(SCRATCH_DIR)/*.c)