|
Contiki-Inga 3.x
|
Driver for the SmartRF06EB buttons. More...
#include "contiki.h"#include "dev/nvic.h"#include "dev/ioc.h"#include "dev/gpio.h"#include "dev/button-sensor.h"#include "sys/timer.h"#include <stdint.h>#include <string.h>Go to the source code of this file.
Functions | |
| void | button_sensor_init () |
| Common initialiser for all SmartRF Buttons. | |
Driver for the SmartRF06EB buttons.
Definition in file button-sensor.c.
1.8.3.1