flex: Added flex sensor C source

Added the C source for the flex sensor with necessary changes to cmake,
examples, and docs.

Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
Noel Eck
2016-09-09 16:24:35 -07:00
parent bec533d8bd
commit e2bec11c23
6 changed files with 474 additions and 5 deletions

View File

@ -102,6 +102,7 @@ add_example (gsr)
add_example (light)
add_example (ldt0028)
add_example (joystick12)
add_example (flex)
# Custom examples
add_custom_example (nmea_gps_i2c-example-c nmea_gps_i2c.c nmea_gps)