Hey guys,
My MoonPhase is still not working properly. Even if I comment out the IF statement and just set PWM3 to MoonPhase
ie. PWMChannel[LEDPWM3]=MoonPhase();
that channel never goes past 1% ON. It's been on 1% for the past 2 hours and my unit is NOT frozen. Any ideas? Thanks.
-J
Reef Angel Installer 0.9.0 released
Re: Reef Angel Installer 0.9.0 released
Well, we have a new moon...
It's supposed to be at 1%.
It will follow the lunar cycle. If you want it to be lit all the time, you can just set to any percentage between 0 and 100%.
It's supposed to be at 1%.
It will follow the lunar cycle. If you want it to be lit all the time, you can just set to any percentage between 0 and 100%.
Roberto.
Re: Reef Angel Installer 0.9.0 released
Can I change the range to 15 - 100 (15 being new moon and 100 being full)? Thanks.
-J
-J
Re: Reef Angel Installer 0.9.0 released
Try this:
Code: Select all
PWMChannel[LEDPWM3]=(MoonPhase()*.85)+15;
Roberto.
Re: Reef Angel Installer 0.9.0 released
Can a link be posted to the old RA installer? I looked on the download page and only saw the new .90 one. Thanks!
Re: Reef Angel Installer 0.9.0 released
Cool, thanks Roberto.rimai wrote:http://reefangel.com/files/devlibs_0.8.5.19.zip
Oh, this is just the old Dev libs, I was looking for the old installer that had the older version of Arduino.