jonblack / arduino-fsm

Arduino library for implementing a finite state machine.
MIT License
200 stars 97 forks source link

removed the print which was slowing down the lib #13

Closed PedroLopes closed 8 years ago

PedroLopes commented 8 years ago

Small suggestion for this (very useful) library:

if(PRINT_ELAPSED_TIME) Serial.println(now); and have a constant that devs can change in case they need to see the timings but I would say no print is better than the print.

jonblack commented 8 years ago

That's a debugging relic and can indeed be removed. Thanks!