Don't let the noise of others' opinions drown out your owner inner voice.
Home
Contact Me
myYoutube
myBanner
ThaiFonts
myCloud
myGraphic
รับเขียนโปรแกรม
My Certificates(Programming Lang.)
วันจันทร์ที่ 11 กันยายน พ.ศ. 2560
การโปรแกรม Arduino
การโปรแกรม Arduino
void main(){
int LedR = D1;
int LedG = D2;
pinMode(LedR,OUTPUT);
pinMode(LedR,OUTPUT);
}
void loop(){
int i = 0
for(i=0;i<2;i++){
digitalWrite(LedR ,1);
delay(1000);
}
for(i=0;i<2;i++){
digitalWrite(LedG ,1);
delay(1000);
}
}
ไม่มีความคิดเห็น:
แสดงความคิดเห็น
บทความใหม่กว่า
บทความที่เก่ากว่า
หน้าแรก
สมัครสมาชิก:
ส่งความคิดเห็น (Atom)
ไม่มีความคิดเห็น:
แสดงความคิดเห็น