jonblack / arduino-fsm

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

Serial garbage #4

Open corna opened 8 years ago

corna commented 8 years ago

I'm using timed transitions and the serial gets filled with numbers: why is there a Serial.println(now) in Fsm.cpp:120?

jonblack commented 8 years ago

Thanks for reporting this. It must be a relic from testing. I'll remove it in my next update, which is gonna happen as soon as my motherboard is back from the repair shop.