Coding dosing pumps
Posted: Sat Jul 27, 2013 9:32 am
I need help understanding the coding of dosing pumps. I would like to use internal memory as much as possible. Can somebody point me in the right direction? Thanks
Community discussion about Reef Angel Controllers and reefing related subjects
https://forum.reefangel.com/
Code: Select all
void ReefAngelClass::DosingPumpRepeat1(byte Relay)
{
// 0 minute offset
DosingPumpRepeat(Relay, 0,
InternalMemory.DP1RepeatInterval_read(),
InternalMemory.DP1Timer_read());
}