void setup() {
Serial.begin(9600);
pinMode(8, INPUT);
}
void loop() {
Serial.println(digitalRead(8));
Copyright ⓒ TECH79 All right reserved