pokitto / PokittoLib

Library for making programs on Pokitto hardware
22 stars 16 forks source link

Update PokittoHWSink.hpp to allow reuse of the timer. #153

Closed spinalcode closed 2 years ago

spinalcode commented 2 years ago

Moved if(this->wasInit) up and only init the timer if not already running. This fixes issues with reusing the timer for other thing.