update for github
This commit is contained in:
22
platformio.ini
Normal file
22
platformio.ini
Normal file
@@ -0,0 +1,22 @@
|
||||
; 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
|
||||
Reference in New Issue
Block a user