Enable Arduino Uno i2c debugging

This commit is contained in:
Jeremy Soller
2019-11-25 14:55:31 -07:00
parent 08c800fa6d
commit 561d3bdb7a
6 changed files with 91 additions and 2 deletions

View File

@@ -10,10 +10,10 @@ INCLUDE+=$(wildcard $(BOARD_DIR)/keymap/*.h)
# 3 - INFO
# 4 - DEBUG
# 5 - TRACE
CFLAGS+=-DLEVEL=2
CFLAGS+=-DLEVEL=4
# Enable I2C debug on 0x76
#CFLAGS+=-DI2C_DEBUGGER=0x76
CFLAGS+=-DI2C_DEBUGGER=0x76
# Add scratch ROM source
SCRATCH_DIR=$(BOARD_DIR)/scratch