|
Contiki 3.x
|
Files | |
| file | buzzer.c |
| Driver for the Sensortag-CC26XX Buzzer. | |
| file | buzzer.h |
| Header file for the Sensortag-CC26xx Buzzer. | |
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. | |
| void buzzer_start | ( | int | freq | ) |
Start the buzzer.
| freq | The buzzer frequency |
Definition at line 64 of file buzzer.c.
References BOARD_IOID_BUZZER, and lpm_register_module().
1.8.6