50 #ifndef BUTTON_SENSOR_H_
51 #define BUTTON_SENSOR_H_
53 #include "lib/sensors.h"
55 #define BUTTON_SENSOR "Button"
59 extern process_event_t button_press_duration_exceeded;
61 #define BUTTON_SENSOR_CONFIG_TYPE_INTERVAL 0x0100
63 #define BUTTON_SENSOR_VALUE_TYPE_LEVEL 0
64 #define BUTTON_SENSOR_VALUE_TYPE_PRESS_DURATION 1
66 #define BUTTON_SENSOR_PRESSED_LEVEL 0
67 #define BUTTON_SENSOR_RELEASED_LEVEL 8
const struct sensors_sensor button_sensor
Copyright (c) 2014, Analog Devices, Inc.