Swadge 2024
2.0.0
APIs to develop games for the Magfest Swadge
Toggle main menu visibility
Main Page
Related Pages
Data Structures
Data Structures
Data Structure Index
Data Fields
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Files
File List
Globals
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
w
Variables
a
b
c
d
f
g
l
m
n
p
r
s
t
w
Typedefs
d
e
f
h
m
n
p
q
s
t
u
w
Enumerations
a
b
c
d
g
h
i
k
l
m
o
p
s
t
u
w
Enumerator
a
c
e
g
h
i
k
l
m
n
o
p
r
s
t
v
w
z
Macros
a
b
c
d
e
f
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
▼
Swadge 2024
Introduction
Where to Start
Swadge Mode Example
►
API Reference
Espressif Documentation
►
Wireless Power Saving Notes
►
Configuring a Development Environment
►
Contribution Guide
Code of Conduct
►
Porting 2023 Swadge Modes
►
Emulator User Manual
►
MIDI Specifications
►
Serial Debug Output
►
Data Structures
▼
Files
▼
File List
►
components
docs
▼
main
►
asset_loaders
▼
colorchord
►
ccconfig.h
►
DFT32.c
►
DFT32.h
►
embeddedNf.c
►
embeddedNf.h
►
embeddedOut.c
►
embeddedOut.h
►
display
►
menu
►
midi
►
utils
►
modeIncludeList.c
►
modeIncludeList.h
►
swadge2024.c
►
swadge2024.h
►
Globals
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
Loading...
Searching...
No Matches
ccconfig.h
Go to the documentation of this file.
1
#ifndef _CC_CONFIG_H
2
#define _CC_CONFIG_H
3
4
#include <stdint.h>
5
6
#define HPA_BUF_SIZE 512
7
8
#define CC_EMBEDDED
9
#define D_FREQ 8000
10
11
// We are not enabling these for the ESP8266 port.
12
#define LIN_WRAPAROUND 0
13
#define SORT_NOTES 0
14
15
#endif
main
colorchord
ccconfig.h
Generated by
1.10.0