Files
rc-micro-car/platformio.ini
willem oldemans 2b028d543e update for github
2020-09-11 21:08:12 +02:00

23 lines
655 B
INI

; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[env:generic STM32F103TB]
platform = ststm32
framework = arduino
board = genericSTM32F103TB
upload_protocol = stlink
debug_tool = stlink
board_build.f_cpu = 72000000L
monitor_speed = 115200
lib_deps =
danya0x07/NRF24L01_SimpleLibrary@^1.0.0
pkourany/MPU6050@^1.0.3
sstaub/Ticker@^3.2.0