AwesomeStudioPedal
A programmable, multi-profile foot controller for DAWs, score readers, and studio automation
Loading...
Searching...
No Matches
esp32/src/config.cpp
Go to the documentation of this file.
1#include "config.h"
2#include "builder_config.h"
3#include <driver/gpio.h>
4
12 CONF_NUM_PROFILES,
13 CONF_NUM_SELECT_LEDS,
14 CONF_NUM_BUTTONS,
15 CONF_LED_BLUETOOTH,
16 CONF_LED_POWER,
17 {CONF_LED_SELECT[0], CONF_LED_SELECT[1], CONF_LED_SELECT[2], 0, 0, 0},
18 CONF_BUTTON_SELECT,
19 {CONF_BUTTON_PINS[0],
20 CONF_BUTTON_PINS[1],
21 CONF_BUTTON_PINS[2],
22 CONF_BUTTON_PINS[3],
23 0,
24 0,
25 0,
26 0,
27 0,
28 0,
29 0,
30 0,
31 0,
32 0,
33 0,
34 0,
35 0,
36 0,
37 0,
38 0,
39 0,
40 0,
41 0,
42 0,
43 0,
44 0}};
const HardwareConfig hardwareConfig
Hardware configuration for ESP32 development board.
Platform-independent hardware pin configuration.
Definition config.h:18