จำนวนชิ้น | ส่วนลดต่อชิ้น | ราคาสุทธิต่อชิ้น |
{{(typeof focus_pdata.price_list[idx+1] == 'undefined')?('≥ '+price_row.min_quantity):((price_row.min_quantity < (focus_pdata.price_list[idx+1].min_quantity - 1))?(price_row.min_quantity+' - '+(focus_pdata.price_list[idx+1].min_quantity - 1)):price_row.min_quantity)}} | {{number_format(((focus_pdata.price_old === null)?focus_pdata.price:focus_pdata.price_old) - price_row.price,2)}} บาท | {{number_format(price_row.price,2)}} บาท |
คงเหลือ | 10 ชิ้น |
จำนวน (ชิ้น) |
- +
|
ซื้อเลย หยิบลงตะกร้า ซื้อเลย หยิบลงตะกร้า คุณมีสินค้าชิ้นนี้ในตะกร้า 0 ชิ้น
|
|
|
|
คุยกับร้านค้า | |
{{ size_chart_name }} |
|
หมวดหมู่ | สินค้าจาก lazada |
สภาพ | สินค้าใหม่ |
เพิ่มเติม | |
สภาพ | สินค้ามือสอง |
เกรด | |
สถานะสินค้า | |
ระยะเวลาจัดเตรียมสินค้า | |
เข้าร่วมโปรโมชั่น | |
ไฮไลท์ |
DS1307 Tiny RTC I2C modules 24C32 memory clock พร้อมแบตเตอรี่
|
ข้อมูล |
น้ำหนัก
บาร์โค้ด
ลงสินค้า
อัพเดทล่าสุด
|
รายละเอียดสินค้า |
DS1307 Tiny RTC I2C modules 24C32 memory clock DS1307 I2C real time clock chip (RTC) DS1307 is a low power, with 56 bytes of non-volatile RAM clock calendar full BCD code real-time clock chip, the address and data via a two-wire bidirectional serial bus transmission, the chip provides seconds, minutes, hours and other information , the number of days of each month can be automatically adjusted. And there is a leap year compensation. AM / PM flag determines clock operates in 24 hours or 12 hours mode, the chip has a built-in power-sense circuit, brownout detect, and battery switching function. DS1307 features: Available on the second, hour, minute, number of days per month, month, week, count the number of days, and has a leap year compensation. Record on the line in 2100.
ดาวน์โหลดไลเบอรี่
GND - GND VCC - 5V SDA - SDA SCL - SCL
Code #include #include #include "RTClib.h"
LiquidCrystal_I2C lcd(0x27,20,4); // LCD2004 RTC_Millis rtc; String dt; String ut;
void setup() { lcd.init(); // initialize the lcd lcd.backlight(); lcd.print("start LCD2004");
rtc.begin(DateTime(F(__DATE__), F(__TIME__)));
delay(1000); lcd.clear(); }
void loop() {
lcd.setCursor(0,0); lcd.print("S029:DS1307");
DateTime now = rtc.now();
dt = (String)now.year()+"/"; dt += (String)now.month()+"/"; dt += (String)now.day()+" "; dt += (String)now.hour()+":"; dt += (String)now.minute()+":"; dt += (String)now.second();
lcd.setCursor(0,1); lcd.print(dt);
ut = (String)now.unixtime();
lcd.setCursor(0,2); lcd.print("unixtime="+ut);
} ![]() ![]() ![]() ![]() |
เงื่อนไขอื่นๆ |
|
Tags |