PWMParabola
Posted: Wed Sep 05, 2012 12:17 pm
Is it possible to use the PWMParabola or PWMSlope for pinMode(lowATOPin,OUTPUT); ? This would be for use for the idea of controlling a meanwell P series driver from 0-5v from the lowATOPin.
Community discussion about Reef Angel Controllers and reefing related subjects
https://forum.reefangel.com/
Code: Select all
analogWrite(lowATOPin,2.55*PWMSlope(7,0,19,0,0,100,60,0));
Code: Select all
ReefAngel.LCD.Drawtext(0,255,10,10,PWMSlope(7,0,19,0,0,100,60,0));