biss0001: 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 14:17:42 -06:00
parent 22c7310428
commit b8061943aa
8 changed files with 380 additions and 60 deletions

View File

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