arduino-audio-tools
Loading...
Searching...
No Matches
nrf52840.h
1#pragma once
2
3#define USE_NANO33BLE
4#define USE_INT24_FROM_INT
5#define USE_I2S
6#define USE_PWM
7#define USE_TYPETRAITS
8#define USE_TIMER
9//#define USE_INITIALIZER_LIST
10#define USE_ALT_PIN_SUPPORT
11
12#define PIN_PWM_START 5
13#define PIN_I2S_BCK 2
14#define PIN_I2S_WS 3
15#define PIN_I2S_DATA_IN 4
16#define PIN_I2S_DATA_OUT 4
17// Default Setting: The mute pin can be switched actovated by setting it to a gpio (e.g 4). Or you could drive the LED by assigning LED_BUILTIN
18#define PIN_I2S_MUTE -1
19#define SOFT_MUTE_VALUE 0
20#define PIN_CS SS