ABPDRRT005PG2A5: Initial Commit

This commit enables the ABP Honeywell sensor. Java examples is
yet to be tested and has not been provided with the current commit
and will be provided in a future commit.

Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
This commit is contained in:
Abhishek Malik
2017-03-08 23:28:45 -08:00
parent cc0174910b
commit d965b92af1
14 changed files with 614 additions and 0 deletions

View File

@ -151,6 +151,7 @@ add_example (enc03r)
add_example (nunchuck)
add_example (bno055)
add_example (bmp280)
add_example (abpdrrt005pg2a5)
# Custom examples
add_custom_example (nmea_gps_i2c-example-c nmea_gps_i2c.c nmea_gps)