The SZ / WakeupLight

Dependencies:   BSP_DISCO_F746NG_patch_fixed LCD_DISCO_F746NG TS_DISCO_F746NG FATFileSystem TinyJpgDec_interwork mbed-src

Revision:
9:fe2c9b3a312b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SD.h	Sat Nov 14 02:43:33 2015 +0000
@@ -0,0 +1,7 @@
+#ifndef __SD_h
+#define __SD_h
+
+void SD_Init(void);
+bool SD_ShowRandomPicture(void);
+
+#endif