File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -36,10 +36,15 @@ See the Getting Started Guide for full steps to configure and use ESP-IDF to bui
3636
3737## Output
3838
39- This code can be re-run (by modifying the code to change the selected
40- ` DetentConfig ` from one of the predefined configurations or by making your own)
41- to produce various behaviors. Additionally, at the end of each demo, it will
42- play a haptic buzz / click using the motor.
39+ The haptics (detent configuration, click/buzz) can be configured dynamically at
40+ run-time using the provided CLI, see screenshot below:
41+
42+ ![ CleanShot 2023-06-23 at 08 45 26] ( https://github.com/esp-cpp/bldc_test_stand/assets/213467/912aae32-a434-4969-8309-af42a4f5f4c7 )
43+
44+ As you can see, the cli also allows you to start and stop the haptic engine
45+ (default is off when the program starts) and allows you to query the position of
46+ the motor based on the current detent config. The default detent config is the
47+ unbounded_no_detents configuration.
4348
4449For more information, see the documentation or the original PR:
4550https://github.com/esp-cpp/espp/pull/60
You can’t perform that action at this time.
0 commit comments