arduino-audio-tools
Loading...
Searching...
No Matches
stm32.h
1#pragma once
2
3#ifndef STM32
4# define STM32
5#endif
6
7#define USE_I2S
8#define USE_PWM
9#define USE_TIMER
10#define USE_ANALOG
11#define USE_ANALOG_ARDUINO
12#define USE_INT24_FROM_INT
13
14#define PIN_ANALOG_START PA0
15#define PIN_PWM_START PA0
16#define PWM_DEFAULT_TIMER TIM2
17#define PWM_FREQ_TIMER_NO 3
18#define USE_SD_NO_NS
19
20#define PIN_I2S_BCK -1
21#define PIN_I2S_WS -1
22#define PIN_I2S_DATA_IN -1
23#define PIN_I2S_DATA_OUT -1
24#define PIN_I2S_MUTE -1
25#define SOFT_MUTE_VALUE 0
26#define PIN_CS -1
27
28// Uncomment to activate networking
29//#define USE_ETHERNET
30//#define USE_URL_ARDUINO
31//#define USE_AUDIO_SERVER
32