Testprogram for TMC2209-Library. Uses Speed-Control via VACTUAL instead of Step/Dir
Dependencies: TMCStepper mRotaryEncoder-os
Diff: mbed_app.json
- Revision:
- 10:376299814a3b
diff -r babbfb61d347 -r 376299814a3b mbed_app.json
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed_app.json Sat Dec 11 16:44:13 2021 +0000
@@ -0,0 +1,11 @@
+{
+ "requires": ["bare-metal"],
+ "target_overrides": {
+ "*": {
+ "target.c_lib": "small",
+ "target.printf_lib": "minimal-printf",
+ "platform.minimal-printf-enable-floating-point": false,
+ "platform.stdio-minimal-console-only": true
+ }
+ }
+}