Page 1 of 1

Alarm buzzer

Posted: Tue Jun 25, 2013 5:39 pm
by riggeek
Was thinking about putting my alarm buzzer on the ato Hi flow switch input. from everything I have read it looks like this could be done,

I done some reading on the forum, and a programming book, but still am not sure how i would do it with the reef angel.

Can some one post a sample code so i can read up on this more.

Thanks

Re: Alarm buzzer

Posted: Tue Jun 25, 2013 6:05 pm
by rimai
Try this:

Code: Select all

pinMode(highATOPin,OUTPUT);
digitalWrite(highATOPin,HIGH);