TeensyNanoExoCode
Loading...
Searching...
No Matches
Public Member Functions | List of all members
utils::SpeedCheck Class Reference

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
 

Detailed Description

Class used to check the loop speed without serial prints, by toggling a pin after initialized, toggle will need to be called each loop.

Constructor & Destructor Documentation

◆ SpeedCheck()

utils::SpeedCheck::SpeedCheck ( int  pin)

Member Function Documentation

◆ toggle()

void utils::SpeedCheck::toggle ( )

toggles the pin attached to the object


The documentation for this class was generated from the following files: