yg1006: add C driver and example, C++ wraps C driver

Signed-off-by: Jon Trulson <jtrulson@ics.com>
This commit is contained in:
Jon Trulson
2016-09-23 12:19:27 -06:00
parent c9ed65f22d
commit 22c7310428
8 changed files with 331 additions and 22 deletions

View File

@ -120,6 +120,7 @@ add_example (ds18b20)
add_example (dfrec)
add_example (sht1x)
add_example (water)
add_example (yg1006)
# Custom examples
add_custom_example (nmea_gps_i2c-example-c nmea_gps_i2c.c nmea_gps)