Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
Hi I have a problem with the program. I am a novice programmer. Using the library Matthew Else "Easydriver"
Could someone help me with the program, or indicate a problem?
DigitalOut myled(LED1);
int main() { stepper obiekt(PA_0, PA_1, PA_4, PB_0, PC_1, PC_0);
obiekt.step(0,1,0x1440ul); void enable(); while(1) {
myled = 1; wait(0.1); myled = 0; wait(0.2); } }