Verified there is power, because it appears to be slightly moving water, but barely at all.
This is my code:
Code: Select all
void loop()
{
ReefAngel.DCPump.UseMemory = false;
if (hour() > 7 && hour() < 20 )
ReefAngel.DCPump.SetMode( ReefCrest,75,20 );
else
ReefAngel.DCPump.SetMode( ReefCrest,40,10 );
ReefAngel.DCPump.DaylightChannel = Sync;
ReefAngel.DCPump.ActinicChannel = None;
}
Any suggestions would be most appreciated.
EDIT: Forgot to mention that I tried both of my PWM ports.