update for github

This commit is contained in:
willem oldemans
2020-09-11 21:08:12 +02:00
commit 2b028d543e
14 changed files with 643 additions and 0 deletions

22
platformio.ini Normal file
View 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