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

Committer:
gidiana
Date:
Thu Dec 06 16:33:09 2018 +0000
Revision:
12:a34ecb37c03f
update mbed-os;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
gidiana 12:a34ecb37c03f 1 {
gidiana 12:a34ecb37c03f 2 "target_overrides": {
gidiana 12:a34ecb37c03f 3 "*": {
gidiana 12:a34ecb37c03f 4 "platform.stdio-baud-rate": 115200,
gidiana 12:a34ecb37c03f 5 "platform.stack-stats-enabled": true,
gidiana 12:a34ecb37c03f 6 "platform.heap-stats-enabled": true,
gidiana 12:a34ecb37c03f 7 "platform.cpu-stats-enabled": true,
gidiana 12:a34ecb37c03f 8 "platform.thread-stats-enabled": true,
gidiana 12:a34ecb37c03f 9 "platform.sys-stats-enabled": true
gidiana 12:a34ecb37c03f 10 }
gidiana 12:a34ecb37c03f 11 }
gidiana 12:a34ecb37c03f 12 }