|
TeensyNanoExoCode
|
Class used to check the loop speed without serial prints, by toggling a pin after initialized, toggle will need to be called each loop. More...
#include <Utilities.h>
Public Member Functions | |
| SpeedCheck (int pin) | |
| void | toggle () |
| toggles the pin attached to the object | |
Class used to check the loop speed without serial prints, by toggling a pin after initialized, toggle will need to be called each loop.
| utils::SpeedCheck::SpeedCheck | ( | int | pin | ) |
| void utils::SpeedCheck::toggle | ( | ) |
toggles the pin attached to the object