joystick12: Added 2 axis analog joystick12 C sensor

Added the C source for the joystick12 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:17:48 -07:00
parent b781405a95
commit bec533d8bd
6 changed files with 595 additions and 5 deletions

View File

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