cc2531 Button 2 driver

This commit is contained in:
George Oikonomou 2011-12-22 21:37:42 +00:00 committed by George Oikonomou
parent 5662b1f37d
commit 6a808053ce
3 changed files with 139 additions and 42 deletions

View file

@ -46,7 +46,10 @@ const struct sensors_sensor *sensors[] = {
&adc_sensor,
#endif
#if BUTTON_SENSOR_ON
&button_sensor,
&button_1_sensor,
#if MODEL_CC2531
&button_2_sensor,
#endif
#endif
0
};