bma250e: split into new library, C port, FTI, C++ wraps C

Signed-off-by: Jon Trulson <jtrulson@ics.com>
This commit is contained in:
Jon Trulson
2017-03-24 17:04:48 -06:00
parent 3c5a5b87c8
commit 5aed632782
16 changed files with 3769 additions and 27 deletions

View File

@ -154,6 +154,7 @@ add_example (bmp280)
add_example (abpdrrt005pg2a5)
add_example (lcdks)
add_example (bmg160)
add_example (bma250e)
# Custom examples
add_custom_example (nmea_gps_i2c-example-c nmea_gps_i2c.c nmea_gps)