rotaryencoder: add C driver and example; FTI; C++ wraps C

Signed-off-by: Jon Trulson <jtrulson@ics.com>
This commit is contained in:
Jon Trulson
2016-10-13 15:58:44 -06:00
parent 6ce4b2dcca
commit 07d0168a96
10 changed files with 513 additions and 121 deletions

View File

@ -125,6 +125,7 @@ add_example (biss0001)
add_example (bmi160)
add_example (jhd1313m1)
add_example (lm35)
add_example (rotaryencoder)
# Custom examples
add_custom_example (nmea_gps_i2c-example-c nmea_gps_i2c.c nmea_gps)