Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BSP_DISCO_F746NG_patch_fixed LCD_DISCO_F746NG TS_DISCO_F746NG FATFileSystem TinyJpgDec_interwork mbed-src
Diff: SD.h
- Revision:
- 9:fe2c9b3a312b
diff -r 51e0f01d5c74 -r fe2c9b3a312b SD.h --- /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