|
Contiki 3.x
|
Driver for the Sensortag-CC26XX Buzzer. More...
#include "contiki-conf.h"#include "buzzer.h"#include "ti-lib.h"#include "lpm.h"#include <stdint.h>#include <string.h>#include <stdio.h>Go to the source code of this file.
Functions | |
| void | buzzer_init (void) |
| Initialise the buzzer. | |
| uint8_t | buzzer_state (void) |
| Retrieve the buzzer state. More... | |
| void | buzzer_start (int freq) |
| Start the buzzer. More... | |
| void | buzzer_stop (void) |
| Stop the buzzer. | |
Driver for the Sensortag-CC26XX Buzzer.
Definition in file buzzer.c.
1.8.6