cgnuino
|
Monitors average length of executed loops on Arduino. More...
#include <cgnuino.h>
Public Member Functions | |
CgnValtiel () | |
Constructor. | |
void | start () |
Start monitoring loop length by resetting the counter. | |
float | lap () |
Show average length of past loops and count up the counter. More... | |
uint32_t | getMax () |
Show maximal length of past loop in [ms]. | |
uint32_t | getMin () |
Show minimal length of past loop in [ms]. | |
float CgnValtiel::lap | ( | ) |
loop
function.