Keypad kullanimi
Dependencies: mbed mbed-rtos MFRC522 TextLCD keypad
Revision 3:03b1e1ac067d, committed 2019-10-15
- Comitter:
- marvas
- Date:
- Tue Oct 15 08:33:16 2019 +0000
- Parent:
- 2:e0df3db0da50
- Commit message:
- rfid rtos
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Tue Oct 15 08:23:48 2019 +0000
+++ b/main.cpp Tue Oct 15 08:33:16 2019 +0000
@@ -124,13 +124,13 @@
int main()
{
is1.start(saat);
+ is2.start(kartokuma);
ekran();
pc.baud(250000);
uint32_t key_num;
while(true) {
-kartokuma();
if ((key_num = key.read()) != 0 && sure.read()==0 && kontrol==false){
lcd.printf("*");
Marvas