Contiki-NG
Functions

Header file for the Sensortag Buzzer. More...

#include <stdint.h>

Go to the source code of this file.

Functions

void buzzer_init (void)
 Initialise the buzzer.
 
void buzzer_start (int freq)
 Start the buzzer. More...
 
void buzzer_stop (void)
 Stop the buzzer.
 
uint8_t buzzer_state (void)
 Retrieve the buzzer state. More...
 

Detailed Description

Header file for the Sensortag Buzzer.

Definition in file buzzer.h.