finish implementing basic ACIM control

This commit is contained in:
Oskar Weigl
2019-09-22 23:27:40 -07:00
parent 66cb273540
commit c8c6f6237c
6 changed files with 83 additions and 14 deletions

View File

@@ -25,6 +25,7 @@
"c-cpp-flylint.cppcheck.standard": ["c99","c++14"],
"files.associations": {
"*.config": "yaml",
"memory": "cpp",
"utility": "cpp",
"deque": "cpp",
@@ -58,7 +59,8 @@
"chrono": "cpp",
"condition_variable": "cpp",
"future": "cpp",
"arm_math.h": "c"
"arm_math.h": "c",
"cmath": "cpp"
}
}
}