NinjaFlight
|
#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"
Functions | |
void | systemBeep (bool onoff) |
void | beeperInit (beeperConfig_t *config) |
Variables | |
void(* | systemBeepPtr )(bool onoff) = NULL |
void beeperInit | ( | beeperConfig_t * | config | ) |
void systemBeep | ( | bool | onoff | ) |
void(* systemBeepPtr)(bool onoff) = NULL |