|
Re: Programming a single relay to two buttons in easyC Pro?
Yes.
If you did something like this
Protocode:
Code:
If (button1 == 1) or (button2 == 1){
setRelay1 to on
}
Was that what you meant?
__________________
Branden Ghena - Michigan Tech Student and Team 240 Alumnus
Working Towards: Electrical Engineering and Computer Engineering Double Major
"All we have to decide is what to do with the time that is given to us." - Gandalf
|