#include <LiquidCrystal_I2C.h>
LiquidCrystal_I2C lcd(0x27,16,2);
void setup()
{
lcd.backlight();
lcd.begin();//LiquidCrystal_I2C
}
void loop()
{
lcd.setCursor(0,0);
lcd.print("Hello LCD I2C");
lcd.setCursor(0,1);
lcd.print("Pattayatech");
}
Internet of Things หรือ IoT Internet of Things (IoT) คือ การที่อุปกรณ์อิเล็กทรอนิกส์ต่างๆ สามารถเชื่อมโยงหรือส่งข้อมูลถึงกันได้ด้วยอิน...
ไม่มีความคิดเห็น:
แสดงความคิดเห็น