![]() |
RSeries astromech firmware
|
#include "ReelTwo.h"
#include "core/SetupEvent.h"
#include "core/AnimatedEvent.h"
#include "audio/AudioFrequencyBitmap.h"
#include "audio/AudioPlayer.h"
Go to the source code of this file.
Classes | |
class | WarblerAudio |
Macros | |
#define | WARBLER_DEBUG_PRINT(s) |
#define | WARBLER_DEBUG_PRINTLN(s) |
#define | WARBLER_DEBUG_PRINT_HEX(s) |
#define | WARBLER_DEBUG_PRINTLN_HEX(s) |
#define | WARBLER_NUM_TRACKS 10 |
#define | WARBLER_QUEUE_DEPTH 10 |
#define | WARBLER_DECODE_BUFFER_SIZE 2048 |
#define | I2S_DOUT_PIN 25 |
#define | I2S_LRC_PIN 26 |
#define | I2S_BCLK_PIN 27 |
#define I2S_BCLK_PIN 27 |
#define I2S_DOUT_PIN 25 |
#define I2S_LRC_PIN 26 |
#define WARBLER_DEBUG_PRINT | ( | s | ) |
#define WARBLER_DEBUG_PRINT_HEX | ( | s | ) |
#define WARBLER_DEBUG_PRINTLN | ( | s | ) |
#define WARBLER_DEBUG_PRINTLN_HEX | ( | s | ) |
#define WARBLER_DECODE_BUFFER_SIZE 2048 |
#define WARBLER_NUM_TRACKS 10 |
#define WARBLER_QUEUE_DEPTH 10 |