├── README.md ├── examples └── ADS1115_lite │ └── ADS1115_lite.ino ├── keywords.txt ├── library.json ├── library.properties ├── license.txt └── src ├── ADS1115_lite.cpp └── ADS1115_lite.h /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terryjmyers/ADS1115-Lite/HEAD/README.md -------------------------------------------------------------------------------- /examples/ADS1115_lite/ADS1115_lite.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terryjmyers/ADS1115-Lite/HEAD/examples/ADS1115_lite/ADS1115_lite.ino -------------------------------------------------------------------------------- /keywords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terryjmyers/ADS1115-Lite/HEAD/keywords.txt -------------------------------------------------------------------------------- /library.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terryjmyers/ADS1115-Lite/HEAD/library.json -------------------------------------------------------------------------------- /library.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terryjmyers/ADS1115-Lite/HEAD/library.properties -------------------------------------------------------------------------------- /license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terryjmyers/ADS1115-Lite/HEAD/license.txt -------------------------------------------------------------------------------- /src/ADS1115_lite.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terryjmyers/ADS1115-Lite/HEAD/src/ADS1115_lite.cpp -------------------------------------------------------------------------------- /src/ADS1115_lite.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terryjmyers/ADS1115-Lite/HEAD/src/ADS1115_lite.h --------------------------------------------------------------------------------