This program displays Voltage, Current, Current Limit Setting, and Watts for a power supply.
The major hardware components are an Arduino Nano, ADS1115 ADC, and a 16x2 LCD with I2C backpack (see scemantic)
Libraries used are
- LiquidCrystal_I2C.h from here
- Wire.h Standard Arduino Library
- Adafruit_ADS1015.h Must use the soligen2010 fork here
- PWM.h From here
Released under GPL V3
Copyright 2017 Dennis Cabell