1
Dependencies: X-NUCLEO-IHM05A1
Example code to use L6208 stepper motor driver with nucleo evaluation shield
Explanation: Run a test to determine the maximum speed of the motor at given current and acceleration Run the motor in position mode with microstepping and slow decay
mbed_app.json
- Committer:
- gidiana
- Date:
- 2019-05-29
- Revision:
- 17:33c94534a440
- Parent:
- 12:a34ecb37c03f
File content as of revision 17:33c94534a440:
{
"target_overrides": {
"*": {
"platform.stdio-baud-rate": 115200,
"platform.stack-stats-enabled": true,
"platform.heap-stats-enabled": true,
"platform.cpu-stats-enabled": true,
"platform.thread-stats-enabled": true,
"platform.sys-stats-enabled": true
}
}
}