Contiki-NG
Functions

Driver for the Sensortag Buzzer. More...

#include "contiki.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.
 

Detailed Description

Driver for the Sensortag Buzzer.

Definition in file buzzer.c.