Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: Stepper_Motor_X27168 mbed
main.cpp
00001 #include "mbed.h" 00002 #include "StepperMotor_X27168.h" 00003 00004 StepperMotor_X27168 smotor(p25, p26, p23, p22); 00005 00006 int main() { 00007 00008 smotor.step_position(180); 00009 wait(0.5); 00010 00011 smotor.step_position(100); 00012 wait(0.5); 00013 00014 smotor.angle_position(270); 00015 wait(0.5); 00016 00017 smotor.step_position(0); 00018 wait(0.5); 00019 }
Generated on Thu Jul 14 2022 10:56:07 by
1.7.2