File ADS1115.h
FileList > Firmware > Libraries > PanelGroup > ADS1115.h
Go to the source code of this file
Thin wrapper over Adafruit_ADS1115 that provides a forward-declarable class name. More...
#include <Adafruit_ADS1X15.h>
Classes
| Type | Name |
|---|---|
| class | ADS1115 ADS1115 ADC. Inherits Adafruit_ADS1115 without modification. |
Detailed Description
PinRef.h forward-declares class ADS1115. A typedef alias cannot be forward-declared with class, so this file defines a concrete wrapper class that inherits every constructor and method from Adafruit_ADS1115 without adding any logic.
Adafruit_ADS1115 takes address and bus via begin(), not the constructor. Pattern: ADS1115 adc; PanelGroup::registerADC(adc, 0x48, Wire);
Version:
0.1.0
Copyright:
GPL-2.0-only — see Firmware/LICENSE
The documentation for this class was generated from the following file Firmware/Libraries/PanelGroup/ADS1115.h