9 #include "../ads1115.h" ADS1115Resolution resolution_
Abstract interface for components to request voltage (usually ADC readings)
void set_resolution(ADS1115Resolution resolution)
This class simplifies creating components that periodically check a state.
Internal holder class that is in instance of Sensor so that the hub can create individual sensors...
void dump_config() override
ADS1115Multiplexer multiplexer_
void set_gain(ADS1115Gain gain)
void set_multiplexer(ADS1115Multiplexer multiplexer)
Implementation of SPI Controller mode.
Base-class for all sensors.
Helper class to easily give an object a parent of type T.