A few useful items for ESP32 use.
More...
#include <vector>
#include <string>
#include <sstream>
#include <iomanip>
Go to the source code of this file.
|
struct | espRec |
| Struct which holds the data taken in each sample for espSystats class. A typedef of espRec_t is created for ease of use as well. More...
|
|
class | espSystats |
| Data gather and report on ESP32 system stats - mostly memory heap. More...
|
|
|
typedef struct espRec | espRec_t |
| Struct which holds the data taken in each sample for espSystats class. A typedef of espRec_t is created for ease of use as well.
|
|
A few useful items for ESP32 use.
◆ espRec_t
Struct which holds the data taken in each sample for espSystats class. A typedef of espRec_t is created for ease of use as well.
◆ ESPSystats
Globally available instance of the object to follow most Arduino-based library patterns.
◆ MAX_SAMPLENAME
constexpr uint16_t MAX_SAMPLENAME = 32 |
|
constexpr |