|
SensESP 3.1.1
Universal Signal K sensor toolkit ESP32
|
#include <Arduino.h>#include <elapsedMillis.h>#include <memory>#include "sensesp/signalk/signalk_output.h"#include "sensesp_base_app.h"#include "sensor.h"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 (std::shared_ptr< ValueProducer< T > > &sensor, const String &prefix, const String &name) |
| Connect a system information sensor to SKOutput. | |