ESPixelStick Firmware
Firmware for the ESPixelStick
|
Go to the source code of this file.
Classes | |
class | c_FileMgr |
struct | c_FileMgr::FileListEntry_t |
Macros | |
#define | ESP_SD sd |
#define | ESP_SDFS SdFile |
#define | FSEQFILELIST "fseqfilelist.json" |
#define | SD_BLOCK_SIZE 512 |
#define | MAX_SD_BUFFER_SIZE (14 * SD_BLOCK_SIZE) |
#define | SD_CARD_CLK_MHZ SD_SCK_MHZ(37) |
#define | MaxSdTransSpeedMHz 200 |
#define | MaxOpenFiles 5 |
#define | DATABUFFERSIZE (5 * 1024) |
Variables | |
c_FileMgr | FileMgr |
#define DATABUFFERSIZE (5 * 1024) |
#define ESP_SD sd |
#define ESP_SDFS SdFile |
#define FSEQFILELIST "fseqfilelist.json" |
#define MAX_SD_BUFFER_SIZE (14 * SD_BLOCK_SIZE) |
#define MaxOpenFiles 5 |
#define MaxSdTransSpeedMHz 200 |
#define SD_BLOCK_SIZE 512 |
#define SD_CARD_CLK_MHZ SD_SCK_MHZ(37) |
|
extern |