งานปฏิบัติ 5


Code
#include <LiquidCrystal.h> 

LiquidCrystal lcd(12, 10, 4, 5, 6, 7); 

void setup()

{

lcd.begin(16, 2);                                                

lcd.print("Ploypilin");                    

lcd.setCursor(0, 1);                                       
lcd.print("TOTO");               

}
void loop()
{
}

ความคิดเห็น

บทความที่ได้รับความนิยม