หมวดสินค้า |
---|
ทั้งหมด (1148) สินค้าไม่มีหมวดหมู่ (7) |
เข้าสู่ระบบ |
---|
ตะกร้าสินค้าของคุณ |
---|
ไม่มีสินค้าในตะกร้า |
สินค้าขายดี |
---|
|
รับข่าวสารทางอีเมล |
---|
แท็ก |
---|
ดู VDO การทำโครงงานทั้งหมดของ อ.ประเสริฐ ตรวจสอบสถานะไปรษณีย์ |
ชื่อสินค้า : keypad 3*4 12 ปุ่มแบบเมมเบรน สวย บาง กันน้ำราคา:30บาท
|
---|
ลากเม้าเพื่อ ดูรายละเอียดเพิ่มเติม คลิ๊กดูรูปอื่นได้ จะสั่งซื้อกดที่รถเข็นด้านขวานี้ --)
ลากเม้าเพื่อ ดูรายละเอียดเพิ่มเติม คลิ๊กดูรูปอื่นได้ จะสั่งซื้อกดที่รถเข็นด้านขวานี้ --)
ลากเม้าเพื่อ ดูรายละเอียดเพิ่มเติม คลิ๊กดูรูปอื่นได้ จะสั่งซื้อกดที่รถเข็นด้านขวานี้ --)
|
รายละเอียดสินค้า รหัสสินค้า 005014 |
---|
เข้าชม : 10282 | สั่งซื้อไปแล้ว : มากกว่า5 | Wishlist Rate : 0
จำนวนในstock : 11
เพิ่มลง Wishlist
keypad 3*4 12 ปุ่มแบบเมมเบรน สวย บาง รับประกัน ราคาถูกสุด บางมาก ถูกมาก กันน้ำด้วยนะครับ ตัวอย่าง โปรแกรมติดต่อกับ keypad const byte ROWS = 4; // Four rows const byte COLS = 3; // Three columns // Define the Keymap char keys[ROWS][COLS] = { {'1','2','3'}, {'4','5','6'}, {'7','8','9'}, {'*','0','#'} }; // Connect keypad ROW0, ROW1, ROW2 and ROW3 to these Arduino pins. byte rowPins[ROWS] = { 13, 12, 11, 10 }; // Connect keypad COL0, COL1 and COL2 to these Arduino pins. byte colPins[COLS] = { 0, 2, 3 }; // Create the Keypad Keypad kpd = Keypad( makeKeymap(keys), rowPins, colPins, ROWS, COLS ); void setup() { // put your setup code here, to run once: Serial.begin(9600); } void loop() { // put your main code here, to run repeatedly: char key = kpd.getKey(); if(key) // Check for a valid key. { switch (key) { case '*': Serial.println("* press"); break; case '#': Serial.println("# press"); break; default: Serial.print(key);Serial.println(" press"); } } } µèÍÁÒàÃҨеèÍ keypad à¢éҡѺ lcd àÁ×èÍ¡´»ØèÁ¨ÐãËéáÊ´§¤èÒ·Õè lcd #include "liquidcrytal.h" // initialize the library with the numbers of the interface pins /////////////////rs,e,d4,d5,d6,d7 //LiquidCrystal lcd(32, 30, 28, 26, 44, 22); LiquidCrystal lcd(8, 9, 4, 5, 6, 7); ////////////////////////////////////////////////// //keypad decare /////////// #include "keypad.h" const byte ROWS = 4; // Four rows const byte COLS = 3; // Three columns // Define the Keymap char keys[ROWS][COLS] = { {'1','2','3'}, {'4','5','6'}, {'7','8','9'}, {'*','0','#'} }; // Connect keypad ROW0, ROW1, ROW2 and ROW3 to these Arduino pins. byte rowPins[ROWS] = { 13, 12, 11, 10 }; // Connect keypad COL0, COL1 and COL2 to these Arduino pins. byte colPins[COLS] = { 0, 2, 3 }; // Create the Keypad Keypad kpd = Keypad( makeKeymap(keys), rowPins, colPins, ROWS, COLS ); //////////variable decare int buf[4]={0,0,0,0}; char countbuf=0; //unsigned char ok='o'; int set; void setup() { lcd.begin (20,2); // <<----- My LCD was 16x2 lcd.setCursor(0, 0); lcd.print("test"); Serial.begin (9600); } void input4() { char key = kpd.getKey(); if(key) // Check for a valid key. { switch (key) { case '*': //clear value or stop countbuf=4; buf[0]=0; buf[1]=0; buf[2]=0; buf[3]=0; break; case '#'://start process if(set>0) { lcd.setCursor(5, 1); lcd.print("SET:"); lcd.print(set); } break; default: Serial.println(key); buf[countbuf]=key-0x30; lcd.setCursor(4+countbuf, 0); lcd.print(buf[countbuf]); countbuf++; break; } //show to lcd if(countbuf>3) { lcd.setCursor(4, 1); lcd.print(buf[0]); lcd.print(buf[1]); lcd.print(buf[2]); lcd.print(buf[3]); set=buf[0]*1000+buf[1]*100+buf[2]*10+buf[3]; countbuf=0; Serial.println (buf[0], DEC); Serial.println (buf[1], DEC); Serial.println (buf[2], DEC); Serial.println (buf[3], DEC); } } void loop() { input4(); } |
ภาพสินค้าอื่นๆ คลิ๊กที่รูป หากต้องการ Zoom กดแว่นขยาย ลาก mouse ที่ภาพเลื่อนซ้ายขวาได้ |
---|
100
ราคาสั่งจากหน้า web 30 บาท ราคาซื้อเองที่สาขา 33 บาท -60% |
สินค้าที่เกี่ยวข้อง |
---|
|
electhailand@gmail.com เมล์นี้ใช้ติดตามสินค้า สั่งสินค้า และสอบถามครับ