feat added rfid, disabled auto play

This commit is contained in:
2021-10-01 15:12:25 +02:00
parent d1772527b4
commit 51e06b5eba
7 changed files with 22 additions and 48 deletions

View File

@@ -1,6 +1,12 @@
#pragma once
#define I2S_BCLK 19
#define I2S_WCLK 33
#define I2S_DATA 22
#define I2S_BCLK 21
#define I2S_WCLK 13
#define I2S_DATA 14
#define DAC_SDMODE
#define NFC_SS 25
#define NFC_SCK 18
#define NFC_MOSI 23
#define NFC_MISO 19