Button: Adding C sources and C examples

This commit adds C sources and examples for the button sensor.

Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
This commit is contained in:
Abhishek Malik
2016-11-08 12:14:32 -08:00
parent 68091dcf43
commit fde727b601
6 changed files with 301 additions and 0 deletions

View File

@ -135,6 +135,8 @@ add_example (buzzer)
add_example (ppd42ns)
add_example (guvas12d)
add_example (otp538u)
add_example (button)
add_example (button_intr)
# Custom examples
add_custom_example (nmea_gps_i2c-example-c nmea_gps_i2c.c nmea_gps)