1
0
mirror of https://gitlab.com/lander-team/static-load-test-code.git synced 2025-06-15 14:46:47 +00:00
Static-Load-Test-Code/platformio.ini
2021-11-17 15:38:51 -07:00

16 lines
465 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:teensy41]
platform = teensy
board = teensy41
framework = arduino
lib_deps = bogde/HX711@^0.7.4