cgnuino
Public Member Functions | List of all members
CgnValtiel Class Reference

Monitors average length of executed loops on Arduino. More...

#include <cgnuino.h>

Public Member Functions

 CgnValtiel ()
 Constructor.
 
float update ()
 Stores the length of the last loop and show averaged loop length. More...
 

Detailed Description

Monitors average length of executed loops on Arduino.

Member Function Documentation

float CgnValtiel::update ( )

Stores the length of the last loop and show averaged loop length.

Note
For a normal usage, this method is intended to be called once, and only once, inside loop function.

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