This commit is contained in:
2022-04-16 13:06:18 +02:00
commit 191df8c418
7 changed files with 146 additions and 0 deletions

15
platformio.ini Normal file
View File

@@ -0,0 +1,15 @@
; 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:nano33ble]
platform = nordicnrf52
board = nano33ble
framework = arduino
;lib_deps = arduino-libraries/Arduino_LSM9DS1@^1.1.0