59 #ifndef BUTTON_SENSOR_H_
60 #define BUTTON_SENSOR_H_
62 #include "lib/sensors.h"
64 #define BUTTON_SENSOR "Button"
68 extern process_event_t button_press_duration_exceeded;
70 #define BUTTON_SENSOR_CONFIG_TYPE_INTERVAL 0x0100
72 #define BUTTON_SENSOR_VALUE_TYPE_LEVEL 0
73 #define BUTTON_SENSOR_VALUE_TYPE_PRESS_DURATION 1
75 #define BUTTON_SENSOR_PRESSED_LEVEL 0
76 #define BUTTON_SENSOR_RELEASED_LEVEL 8
const struct sensors_sensor button_sensor
Copyright (c) 2014, Analog Devices, Inc.