From d30f38ed3c2bf38ef57dd14fac672722b480927c Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Tue, 21 Feb 2017 23:32:50 +0000 Subject: i2c-master: start extracting out i2c code Working on f4 with an external sht21 i2c sensor. Still lots of f4 specifics yet. But, progress. --- tests/i2c-master/i2c-master.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/i2c-master/i2c-master.h') diff --git a/tests/i2c-master/i2c-master.h b/tests/i2c-master/i2c-master.h index 5e41a9a..340dc39 100644 --- a/tests/i2c-master/i2c-master.h +++ b/tests/i2c-master/i2c-master.h @@ -19,6 +19,7 @@ extern "C" { void i2cm_init(void); + void i2cm_task(void); #ifdef __cplusplus } -- cgit