Update README.md

This commit is contained in:
BlueFox 2024-06-09 15:19:49 +00:00
parent 257e54a47c
commit 22e33bbe57

View File

@ -16,13 +16,13 @@ are needed for this to work.
**Connecting together:**
I2S device | ESP32 | Usage
---------- | ------- | -----------
VIN/VCC | 3V3/5V | Power (3V)
GND | GND | Power (GND)
WS/LRCLK | GPIO15 | Word select
DIN/Data | GPIO22 | actual i2s data
BCLK | GPIO15 | Serial clock
I2S device | ESP32 | Usage
---------- | --------------------------------- | -----------
VIN/VCC | 3V3/5V (refer to the DACs specs) | Power (3V)
GND | GND | Power (GND)
WS/LRCLK | GPIO15 | Word select
DIN/Data | GPIO22 | actual i2s data
BCLK | GPIO15 | Serial clock
## Flashing