Help!! I know its gotta be syntax...
Here's what I "want" to do:
ReefAngel.OverheatShutoffPorts = Port1Bit | Port2Bit | Port3Bit | Port7Bit;
ReefAngel.LightsOnPorts = Port1Bit | Port2Bit | Port3Bit;
ReefAngel.FeedingModePorts = Box1_Port3Bit | Box1_Port7Bit;
ReefAngel.WaterChangePorts = Box1_Port3Bit | Box1_Port7Bit | Port8Bit;
But the arduino programmer is kicking the Box1_port syntax out like its invalid...