CỬA HÀNG
TÀI LIỆU
Hướng dẫn kết nối:
Serial.begin(9600);
} void loop() {
Serial.println(digitalRead(3));
}