SD card detection and filesystem mounting.

This commit is contained in:
Jared Boone 2015-11-10 15:24:42 -08:00
parent 9f6c495fef
commit 987ea3555d
4 changed files with 84 additions and 9 deletions

View file

@ -26,7 +26,6 @@
constexpr auto EVT_MASK_RTC_TICK = EVENT_MASK(0);
constexpr auto EVT_MASK_LCD_FRAME_SYNC = EVENT_MASK(1);
constexpr auto EVT_MASK_SD_CARD_PRESENT = EVENT_MASK(2);
constexpr auto EVT_MASK_SWITCHES = EVENT_MASK(3);
constexpr auto EVT_MASK_ENCODER = EVENT_MASK(4);
constexpr auto EVT_MASK_TOUCH = EVENT_MASK(5);