mirror of
https://gitlab.com/lander-team/lander-cpp.git
synced 2025-07-25 23:51:35 +00:00
Added Struct for load cells
This commit is contained in:
@@ -8,13 +8,14 @@
|
||||
; Please visit documentation for the other options and examples
|
||||
; https://docs.platformio.org/page/projectconf.html
|
||||
|
||||
|
||||
[env:NATIVE]
|
||||
platform = native
|
||||
build_flags = -std=c++11 -Wall -O1 -D NATIVE
|
||||
lib_deps = bogde/HX711@^0.7.4
|
||||
|
||||
[env:teensy41]
|
||||
platform = teensy
|
||||
board = teensy41
|
||||
framework = arduino
|
||||
build_flags = -std=c++11 -Wall -O1 -D TEENSY
|
||||
lib_deps = bogde/HX711@^0.7.4
|
||||
|
Reference in New Issue
Block a user