arduino-audio-tools
Loading...
Searching...
No Matches
arduino-zephyr.h
1#pragma once
2
3# define IS_ZEPHYR
4# define NO_INPLACE_INIT_SUPPORT
5# define USE_TYPETRAITS
6# define USE_I2S
7# define PIN_I2S_BCK 2
8# define PIN_I2S_WS 3
9# define PIN_I2S_DATA_IN 4
10# define PIN_I2S_DATA_OUT 4
11// 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
12# define PIN_I2S_MUTE -1
13# define SOFT_MUTE_VALUE 0
14# define USE_NANO33BLE
15# define USE_ALT_PIN_SUPPORT