Clone & Edit Download Edit
ATTiny85 PWM Solar Charge Controller.ino
1
2
//PWM Solar charge controller using Julian Iletts design and code (http://256.uk) but adapted to work on the ATTiny25/45/85 by Adam Welch (http://adamwelch.co.uk)
const int setPoint = 13.5 * 20 / (20+82) * 1024 / 5 ;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX