cueOS  2.4
cueOS - Universal Show Control OS for ARM
fatfs_platform.h
Go to the documentation of this file.
1
18/* Includes ------------------------------------------------------------------*/
19#include "stm32f4xx_hal.h"
20/* Defines ------------------------------------------------------------------*/
21#define SD_PRESENT ((uint8_t)0x01) /* also in bsp_driver_sd.h */
22#define SD_NOT_PRESENT ((uint8_t)0x00) /* also in bsp_driver_sd.h */
23#define SD_DETECT_PIN GPIO_PIN_15
24#define SD_DETECT_GPIO_PORT GPIOB
25/* Prototypes ---------------------------------------------------------------*/
26uint8_t BSP_PlatformIsDetected(void);