fdsfaf

Revision:
1:209911ee18cd
Parent:
0:173936452e07
--- a/a4988.h	Wed May 02 10:48:23 2018 +0000
+++ b/a4988.h	Sat May 05 14:11:09 2018 +0000
@@ -3,8 +3,6 @@
 #endif
 
 #include "mbed.h"
-//class Stepper;
-//typedef void (Stepper::*pClassFun)();
 class Stepper
 {
 public:
@@ -19,5 +17,4 @@
     volatile int remain;
     Ticker step_ticker;
     void step_control();
-   // pClassFun fun;
 };