Skip to content

Commit defe73e

Browse files
authored
Update README.md
Signed-off-by: Carlo Parata <carlo.parata@st.com>
1 parent e9ab4b6 commit defe73e

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# STEVAL Audio
1+
# STEVAL-MKBOXPRO Audio
22

33
Arduino library to support the [MP23DB01HP](https://www.st.com/en/mems-and-sensors/mp23db01hp.html) digital microphone.
4-
Currently, this library works only with the STEVAL board.
5-
It requires a [STM32 Core](https://github.com/stm32duino/Arduino_Core_STM32) equal to or greater than version X.Y.Z.
4+
Currently, this library works only with the STEVAL-MKBOXPRO board.
5+
It requires a [STM32 Core](https://github.com/stm32duino/Arduino_Core_STM32) equal to or greater than version 2.6.0.
66

77
## API
88

9-
This library can be used to record PCM audio on STEVAL board.
9+
This library can be used to record PCM audio on STEVAL-MKBOXPRO board.
1010

1111
After including `PCM.h`, initialize the library by calling `PCM.Begin`:
1212

@@ -80,7 +80,8 @@ void loop()
8080
## More Info
8181

8282
Source files can be found at
83-
https://github.com/stm32duino/STEVAL-Audio
83+
https://github.com/stm32duino/STEVAL-MKBOXPRO-Audio
8484

85-
Take a look at STEVAL examples applications at
86-
https://github.com/stm32duino/STEVAL-Examples
85+
86+
Take a look at STEVAL-MKBOXPRO examples applications at
87+
https://github.com/stm32duino/STEVAL-MKBOXPRO-Examples

0 commit comments

Comments
 (0)