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.
Diff: lin_step_mtr.cpp
- Revision:
- 4:1dc350268172
- Parent:
- 3:2138b69ee3bd
- Child:
- 5:955bbc08ee78
--- a/lin_step_mtr.cpp Mon Apr 20 03:54:54 2020 +0000
+++ b/lin_step_mtr.cpp Mon Apr 27 00:33:53 2020 +0000
@@ -1,7 +1,7 @@
// Code for the lin_step_mtr driver
#include "lin_step_mtr.h"
-#include "debug.h"
+//#include "debug.h"
//Construtor
LinStepMtr::LinStepMtr(PinName A_f, PinName A_r, PinName B_f, PinName B_r, int m_rpm=MAX_RPM)
@@ -109,7 +109,7 @@
void LinStepMtr::rotate()
{
- pc.printf("Called rotate()\n");
+// pc.printf("Called rotate()\n");
/*
while(1) {