Code: Select all
ReefAngel.WaterChangePorts = B10000011;
In addition, does this also recognize the DelayedOn?
Code: Select all
ReefAngel.WaterChangePorts = B10000011;
You would do it like this:chrome wrote:How do you expand on this:
to work with a 2nd relay box? For example if I want to turn off Port 2 on the 2nd relay box, how would I do that?Code: Select all
ReefAngel.WaterChangePorts = B10000011;
Code: Select all
// shutoff 2nd port on 2nd relay box (or 1st expansion box)
ReefAngel.WaterChangePortsE[0] = B00000010;
Code: Select all
ReefAngel.FeedingModePortsE[0];
ReefAngel.OverheatShutoffPortsE[0];
ReefAngel.LightsOnPortsE[0];
Yes, DelayedOn works on all the expansion relays too.chrome wrote: In addition, does this also recognize the DelayedOn?