วันอาทิตย์ที่ 16 กันยายน พ.ศ. 2561

งานปฏิบัติ 5

จอ LCD



Code
#include <LiquidCrystal.h>  
LiquidCrystal lcd(12, 10, 4, 5, 6, 7);  
void setup()
{
lcd.begin(16, 2);                                                 
lcd.print("Thanwat");             
lcd.setCursor(0, 1);                                        
lcd.print("Bew");                  
}
void loop()
{
}

1 ความคิดเห็น:

งาน5 ในสถานที่ฝึกงานของ นักศึกษา ใช้ระบบควบคุมคุณภาพอย่างไร

Quality Assurance (QA) กับ Quality Control (QC) QC (Quality Control) หมายถึง  การควบคุมคุณภาพสินค้าให้เป็นไปตามคุณสมบัติที่กำหนดไว้  และส...