|
AwesomeStudioPedal
A programmable, multi-profile foot controller for DAWs, score readers, and studio automation
|
#include "config_loader.h"#include "button_constants.h"#include "config.h"#include "delayed_action.h"#include "file_system.h"#include "i_logger.h"#include "key_lookup.h"#include "non_send_action.h"#include "send_action.h"#include "serial_action.h"#include <ArduinoJson.h>#include <cstring>#include <memory>#include "../test/fakes/arduino_shim.h"Go to the source code of this file.
Functions | |
| IFileSystem * | createFileSystem () |
| ILogger * | createLogger () |
| Creates and returns a SerialLogger instance. | |
| IFileSystem * createFileSystem | ( | ) |
Definition at line 115 of file littlefs_file_system.cpp.
| ILogger * createLogger | ( | ) |
Creates and returns a SerialLogger instance.
Creates a logger instance.
Definition at line 55 of file serial_logger.cpp.