Hi, i've build a little Pool light with 5 3W RGB LEDs, witch is supposed to have new functions (controlable by a IR Remote), on of them would be fading between random Colors, for that i would like to make a fade function, for that function i need to know the previous PWM Values writen to the LEDs, and i wanted to ask if it is possible to "pwmRead" a PWM Pin to obtain the current duty cycles instead of having to save all the Values in to Variables each time the Arduino updates them... This is not really a big problem, i just always feel bad for the Arduino having to save so much values when it's not even absolutely necessary, so i wanted to finally ask if this is absolutely necessary, since i've often asked my self that question "woulden't it be possible to read the PWM pins similar to the digitalRead() with digital pins configured as Output?", googled it, didn't find a answer but also didn't find it necessary to Start a new topic for it... Now where such a function would have come in handy often enough, i thought maybe it's time to finally get an answer for that question...
Thanks in advance,
Delphiño