Skip to content

Commit 1c0e7da

Browse files
authored
Update README.md
1 parent af7c903 commit 1c0e7da

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Arduino STM32F411 I2S Library
1+
# Arduino STM32 I2S Library
22

33
I wanted to use __I2S__ in Arduino with my __STM32F411 Black Pill__ processor together with my [Arduino Audio Tools](https://github.com/pschatzmann/arduino-audio-tools)!
44

@@ -18,15 +18,11 @@ My first trials failed miserably using the DMA versions of the HAL API, so I dec
1818
- Only __16bit__ data is supported
1919
- I also incuded the __codec drivers__ that are part of some stm32 evaluation boards.
2020

21+
Subsequently, I have extended the functionality to support other variants.
22+
2123
## Pins for I2S3
2224

23-
FUNCTIONs | BlackP | Disco
24-
-----------|--------|------
25-
MCK | PB10 | PC7
26-
BCK | PB3 | PC10
27-
WS (LRC) | PA4 | PA4
28-
SD | PB5 | PC3
29-
ext_SD | PB4 | PC12
25+
See [src/stm32-config-i2s.h](https://github.com/pschatzmann/stm32-i2s/blob/main/src/stm32-config-i2s.h).
3026

3127
## Supported Sample Rates
3228

0 commit comments

Comments
 (0)