งานที่1




Code

int led = 13;
void setup() 
{
  pinMode (led,OUTPUT)
}
void loop() 
{
  digitalWrite (led,HIGH)
  delay(1000);
  digitalWrite (led,LOW)
  delay(1000);
}

ความคิดเห็น

โพสต์ยอดนิยมจากบล็อกนี้

DIY Arduino Traffic Light Pedestrian Light Push Button Control (https://thecustomizewindows.com/2016/06/diy-arduino-traffic-light-pae-push-button/)

Arduino Bluetooth Control Smart Home (http://androidcontrol.blogspot.com/2015/05/arduino-bluetooth-control-smart-home.html?m=1)

IC 13