|
Contiki 3.x
|
Driver for the Sensortag-CC26XX Reed Relay. More...
#include "contiki.h"#include "sys/clock.h"#include "sys/timer.h"#include "lib/sensors.h"#include "sensortag/reed-relay.h"#include "gpio-interrupt.h"#include "ti-lib.h"#include <stdint.h>Go to the source code of this file.
Functions | |
| static void | reed_interrupt_handler (uint8_t ioid) |
| Handler for Sensortag-CC26XX reed interrupts. | |
| static int | configure (int type, int value) |
| Configuration function for the button sensor for all buttons. More... | |
| static int | status (int type) |
| Status function for the reed. More... | |
Driver for the Sensortag-CC26XX Reed Relay.
Definition in file reed-relay.c.
1.8.6