fdsfaf
Diff: a4988.h
- Revision:
- 1:209911ee18cd
- Parent:
- 0:173936452e07
diff -r 173936452e07 -r 209911ee18cd a4988.h --- 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; };