SensESP 2.7.2
Universal Signal K sensor toolkit ESP32
Loading...
Searching...
No Matches
system_info.h File Reference
#include <Arduino.h>
#include <elapsedMillis.h>
#include "sensesp/signalk/signalk_output.h"
#include "sensesp_base_app.h"
#include "sensor.h"
Include dependency graph for system_info.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sensesp::SystemHz
 Reports the current clock speed of the ESP. More...
 
class  sensesp::FreeMem
 Reports the current amount of unused memory of the ESP. More...
 
class  sensesp::Uptime
 Reports the number of seconds since the last restart of the ESP. More...
 
class  sensesp::IPAddrDev
 Reports the IP address of the ESP once it's connected to wifi. More...
 
class  sensesp::WiFiSignal
 Reports the current strength of the wifi signal that the ESP is connected to. More...
 

Namespaces

namespace  sensesp
 

Functions

template<typename T >
void sensesp::connect_system_info_sensor (SensorT< T > *sensor, String prefix, String name)
 Connect a system information sensor to SKOutput.