Swadge 2024 2.0.0
APIs to develop games for the Magfest Swadge
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