Hey all, So I'm testing some code and I'm reading GPIOs just fine, but when I try to write to the relays they aren't working. wiringpi2.digitalWrite(216,1) is what I'm using to set Relay 1 to closed. Is that not the correct format? wiringpi2.digitalWrite(216,0) is what I'm using to set Realy 1 to op...