AwesomeStudioPedal
A programmable, multi-profile foot controller for DAWs, score readers, and studio automation
Loading...
Searching...
No Matches
nrf52840/src/config.cpp
Go to the documentation of this file.
1
#include "
config.h
"
2
#include "builder_config.h"
3
10
const
HardwareConfig
hardwareConfig
= {
11
CONF_NUM_PROFILES,
12
CONF_NUM_SELECT_LEDS,
13
CONF_NUM_BUTTONS,
14
CONF_LED_BLUETOOTH,
15
CONF_LED_POWER,
16
{CONF_LED_SELECT[0], CONF_LED_SELECT[1], CONF_LED_SELECT[2], 0, 0, 0},
17
CONF_BUTTON_SELECT,
18
{CONF_BUTTON_PINS[0],
19
CONF_BUTTON_PINS[1],
20
CONF_BUTTON_PINS[2],
21
CONF_BUTTON_PINS[3],
22
0,
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}};
config.h
hardwareConfig
const HardwareConfig hardwareConfig
Hardware configuration for Adafruit Feather nRF52840 Express.
Definition
nrf52840/src/config.cpp:10
HardwareConfig
Platform-independent hardware pin configuration.
Definition
config.h:18
lib
hardware
nrf52840
src
config.cpp
Generated by
1.9.8