SensESP 3.3.0
Universal Signal K sensor toolkit ESP32
Loading...
Searching...
No Matches
analogvoltage.h File Reference
#include "sensesp/ui/config_item.h"
#include "transform.h"
Include dependency graph for analogvoltage.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sensesp::AnalogVoltage
 A transform that takes the output of an analog-to-digital converter and outputs the voltage that went into it. (This can be the built-in ADC on the ESP, or it can be an external ADC like the ADS1015/1115.). More...

Namespaces

namespace  sensesp

Functions

const String sensesp::ConfigSchema (const AnalogVoltage &obj)

Variables

constexpr int kMaxAnalogOutput = 4096

Variable Documentation

◆ kMaxAnalogOutput

int kMaxAnalogOutput = 4096
constexpr

Definition at line 7 of file analogvoltage.h.