NinjaFlight
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
sound_beeper.c File Reference
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
#include <platform.h>
#include "build_config.h"
#include "system.h"
#include "gpio.h"
#include "sound_beeper.h"
Include dependency graph for sound_beeper.c:

Functions

void systemBeep (bool onoff)
 
void beeperInit (beeperConfig_t *config)
 

Variables

void(* systemBeepPtr )(bool onoff) = NULL
 

Function Documentation

void beeperInit ( beeperConfig_t config)

Here is the call graph for this function:

void systemBeep ( bool  onoff)

Variable Documentation

void(* systemBeepPtr)(bool onoff) = NULL