Inventory Management System

Dependencies:   mbed MFRC522 ESP8266

Files at this revision

API Documentation at this revision

Comitter:
omar1646
Date:
Thu May 06 16:44:31 2021 +0000
Parent:
1:c0a4828be45d
Commit message:
Management System;

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Thu May 06 16:41:36 2021 +0000
+++ b/main.cpp	Thu May 06 16:44:31 2021 +0000
@@ -21,6 +21,7 @@
 void wifi_send(void);
 
 int cnt;
+
  
 //MFRC522    RfChip   (SPI_MOSI, SPI_MISO, SPI_SCK, SPI_CS, MF_RESET); 
 MFRC522    RfChip   (PTD2, PTD3, PTD1, PTE25, PTD0);