-
Notifications
You must be signed in to change notification settings - Fork 3
Using PlatformIO
Phil Schatzmann edited this page Sep 25, 2022
·
4 revisions
Here is an example platformio.ini file, that I used to run and debug the solution:
[env:blackpill_f411ce]
platform = ststm32
board = blackpill_f411ce
framework = arduino
lib_deps =
https://github.com/pschatzmann/arduino-audio-tools
https://github.com/pschatzmann/stm32f411-i2s.git
debug_tool = stlink
upload_protocol = stlink
monitor_speed = 115200
Currently the solution is working in Arduino but not with PlatformIO / Arduino! Any help will be appreciated...