Alarm buzzer

Basic / Standard Reef Angel hardware
Post Reply
riggeek
Posts: 113
Joined: Wed Sep 12, 2012 8:41 am

Alarm buzzer

Post 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
riggeek

Image
rimai
Posts: 12857
Joined: Fri Mar 18, 2011 6:47 pm

Re: Alarm buzzer

Post by rimai »

Try this:

Code: Select all

pinMode(highATOPin,OUTPUT);
digitalWrite(highATOPin,HIGH);
Roberto.
Post Reply