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.)
วันพุธที่ 13 กันยายน พ.ศ. 2560
เขียนโปรแกรมบนเวป Arduino Web Editor
Arduino Web Editor
เราสามารถเขียนโปรแกรม บนเวป หรือ https://create.arduino.cc/editor โดยไม่ต้องติดตั้งโปรแกรม Arduino IDE ลงใน PC
ดังภาพล่าง
วันจันทร์ที่ 11 กันยายน พ.ศ. 2560
Arduino ทำงานด้วยกับ LED
Arduino ทำงานด้วยกับ LED
ทำงานร่วม หลอด LED 5mm สีเขียว แดง เหลือง
กำหนด pin ให้เป็น โหมดแบบ Output
pinMode(LED_R,OUTPUT);
pinMode(LED_G,OUTPUT);
pinMode(LED_B,OUTPUT);
digitalWrite(LED_R,HIGH); //
digitalRead(LED_R,LOW);
การโปรแกรม Arduino
การโปรแกรม Arduino
void main(){
int LedR = D1;
int LedG = D2;
pinMode(LedR,OUTPUT);
pinMode(LedR,OUTPUT);
}
อ่านเพิ่มเติม »
การเขียน Arduino เริ่มต้น
การเขียน Arduino เริ่มต้น
มาดู PinOut ของ Arduino UNO
Coding Arduino
อ่านเพิ่มเติม »
บทความที่ใหม่กว่า
หน้าแรก
สมัครสมาชิก:
บทความ (Atom)