Wakeup Light with touch user interface, anti-aliased Font, SD card access and RTC usage on STM32F746NG-DISCO board

Dependencies:   BSP_DISCO_F746NG_patch_fixed LCD_DISCO_F746NG TS_DISCO_F746NG FATFileSystem TinyJpgDec_interwork mbed-src

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers SD.h Source File

SD.h

00001 #ifndef __SD_h
00002 #define __SD_h
00003 
00004 void SD_Init(void);
00005 bool SD_ShowRandomPicture(void);
00006 
00007 #endif