mirror of
https://github.com/Crocmagnon/buzzer.git
synced 2024-11-21 15:38:06 +01:00
Add section comments in defines
This commit is contained in:
parent
3a60ce6a97
commit
9566162e9d
1 changed files with 2 additions and 0 deletions
|
@ -18,10 +18,12 @@
|
|||
#include "creds.h"
|
||||
#endif
|
||||
|
||||
// DAC
|
||||
#define I2S_DOUT 32
|
||||
#define I2S_BCLK 25
|
||||
#define I2S_LRC 27
|
||||
|
||||
// SD CARD
|
||||
#define SPI_MISO 18
|
||||
#define SPI_MOSI 19
|
||||
#define SPI_SCK 23
|
||||
|
|
Loading…
Reference in a new issue