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
11
const
HardwareConfig
hardwareConfig
= {
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}};
config.h
hardwareConfig
const HardwareConfig hardwareConfig
Hardware configuration for ESP32 development board.
Definition
esp32/src/config.cpp:11
HardwareConfig
Platform-independent hardware pin configuration.
Definition
config.h:18
lib
hardware
esp32
src
config.cpp
Generated by
1.9.8