1
0
mirror of https://gitlab.com/lander-team/static-load-test-code.git synced 2025-08-02 19:41:22 +00:00

Implementing static load test

This commit is contained in:
Matthew Robinaugh
2021-11-17 15:38:51 -07:00
parent 4c038258f1
commit db4aee9d16
3 changed files with 167 additions and 1 deletions

3
include/LoadCells.h Normal file
View File

@@ -0,0 +1,3 @@
struct LoadCells{
double lc0, lc1, lc2, lc3 = 0.0;
};