From 29414b3003eafb1fd82c14893fb64805dae818b8 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 17 Aug 2018 13:53:33 +0200 Subject: add timer-supported software i2c + arduino-nano timer --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0771c1c..8baba0e 100644 --- a/Makefile +++ b/Makefile @@ -56,6 +56,11 @@ ifeq (${softi2c_pullup}, 1) COMMON_FLAGS += -DSOFTI2C_PULLUP endif +ifeq (${softi2c_timer}, 1) + arch_drivers += ,timer + COMMON_FLAGS += -DSOFTI2C_TIMER +endif + ifeq (${kout_nop}, 1) COMMON_FLAGS += -DKOUT_NOP endif -- cgit v1.2.3