Use IQS62X sensor and move motor by detected angle

Dependencies:   DRV8830 IQS62x IQSDisplayTerminal UIT_ACM1602NI mbed

Fork of Nucleo_ACM1602_I2C_DC by Thinkbed

Committer:
8mona
Date:
Thu Sep 21 11:27:10 2017 +0000
Revision:
5:2b9614aa1171
Add S curve direction

Who changed what in which revision?

UserRevisionLine numberNew contents of line
8mona 5:2b9614aa1171 1 // the device type, not used at the moment, but we have it
8mona 5:2b9614aa1171 2 #define DEVICE_TYPE_IQS624 1
8mona 5:2b9614aa1171 3
8mona 5:2b9614aa1171 4 // used by IQS62x lib when we want to override the simple configure() function
8mona 5:2b9614aa1171 5 #define OVERRIDE_CONFIGURE 1