main/task_sdcard.h

changeset 4
6d1f512cd074
parent 1
ad2c8b13eb88
child 54
7b134c27fadb
equal deleted inserted replaced
3:2dcdf83248c8 4:6d1f512cd074
1 #ifndef _TASK_SDCARD_H 1 #ifndef _TASK_SDCARD_H
2 #define _TASK_SDCARD_H 2 #define _TASK_SDCARD_H
3 3
4 /** 4 /**
5 * @file task_sdcard.h 5 * @file task_sdcard.h
6 * @brief The interface to the FreeRTOS SD/MMC card task. 6 * @brief SD/MMC driver. This driver is for a slot for the user on
7 * the front panel. It will detect an inserted card and then
8 * mount it. It also detects the removal of the card and then
9 * unmounts it. Be carefull, only do this in the main menu.
10 * Also, brew logging is handled here and finished brewlogs
11 * are copied to the SD card if it is mounted.
12 * Recipes to import must go into the /sdcard/recipe folder
13 * and have extension .xml and the contents be a beerxml file.
14 * Backup and restore is also done to this card.
7 */ 15 */
8 16
9 17
10 /** 18 /**
11 * @brief Annotation types for the log graph. 19 * @brief Annotation types for the log graph.

mercurial