MCB1700_Welcome
|
play sound More...
#include "audio.h"
#include "Board_DAC.h"
#include "Board_GLCD.h"
#include "LPC17xx.h"
#include "melody.h"
#include "Welcome.h"
Data Structures | |
struct | AudioState |
Macros | |
#define | FREQ(x) ((x & 0xffff0000) >> 16) |
#define | WAVES(x) (x & 0xffff) |
Functions | |
bool | bPerformAudioStep () |
void | vUpdateLyrics () |
void | TIMER0_IRQHandler () |
void | vStartAudio () |
Variables | |
static volatile struct AudioState | sAudioState |
play sound
This file contains the main app function and init.
#define FREQ | ( | x | ) | ((x & 0xffff0000) >> 16) |
#define WAVES | ( | x | ) | (x & 0xffff) |
bool bPerformAudioStep | ( | ) |
void TIMER0_IRQHandler | ( | ) |
void vStartAudio | ( | void | ) |
void vUpdateLyrics | ( | void | ) |
|
static |