water: 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-22 16:42:16 -06:00
parent 29b11063ee
commit dff782a477
11 changed files with 364 additions and 18 deletions

View File

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