SPI,I2C,RTC

Dependencies:   MFRC522_Updated ssd1306_library

Revision:
9:935f87e2299d
Parent:
8:51c5c171bbf6
Child:
10:7e62c3111814
--- a/main.cpp	Wed May 20 03:23:49 2020 +0000
+++ b/main.cpp	Wed May 20 21:08:15 2020 +0000
@@ -2,6 +2,7 @@
 #include "stdio.h"
 #include "string.h"
 #include "ssd1306.h"
+#include "MFRC522.h"
 SSD1306 lcd (D7, D6);
 Serial pc(USBTX, USBRX);
 Ticker t;