LED lighting
Posted: Thu Oct 04, 2012 10:47 pm
What is wrong with my code. I generated this from the wizard. It's 10:45PM and My Channel 0 and Channel 1 are at full strength but the Reef Angel LCD shows them at 15%.
Code: Select all
}
void loop()
{
ReefAngel.StandardHeater( Port1,740,770 );
ReefAngel.StandardLights( Port2,23,0,10,0 );
ReefAngel.StandardFan( Port7,990,780 );
ReefAngel.CO2Control( Port8,1000,647 );
ReefAngel.PWM.SetChannel( 0, PWMSlope(9,0,21,0,15,100,60,15) );
ReefAngel.PWM.SetChannel( 1, PWMSlope(10,0,20,0,15,75,60,15) );