digitalWrite(A1, LOW); //as suggested should do it though....
Turning the pins to low saves a lot of work using an extra pin
- ok cool thanks
digitalWrite(A1, LOW); //as suggested should do it though....
Turning the pins to low saves a lot of work using an extra pin
- ok cool thanks