LoRa Access Point 1.5.2018

Dependencies:   mbed ds3231 SX1276Lib_LoRa_Access_Point

Revision:
11:376bfcdda0d4
Parent:
10:e62222c46ee9
--- a/SD.h	Thu Mar 28 09:55:48 2019 +0000
+++ b/SD.h	Sat May 08 16:23:46 2021 +0000
@@ -6,7 +6,7 @@
 //#include "RFM95W.h"
 #include "DS3231.h"
 #include "Board.h"
-//#include "HC05.h"
+#include "ESP8266.h"
 
  
 class SD
@@ -19,11 +19,12 @@
     SD(PinName mosi, PinName miso, PinName sck, PinName cs);
     void Init();
     void Write(char* data);
+    void Read();
 
 };
 
 extern SD SDcard;
-//extern Ds3231 rtc; 
+
 
 
 #endif
\ No newline at end of file