lm35: 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-12 16:36:08 -06:00
parent cbf94414e2
commit 8624a07b77
8 changed files with 519 additions and 70 deletions

View File

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