From 9566162e9d297f3b96437c160095710d8eceead3 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Wed, 4 Jan 2023 10:04:23 +0100 Subject: [PATCH] Add section comments in defines --- src/main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.cpp b/src/main.cpp index 82adafb..ad46610 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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