 |
WebRadioApp
0.1
|
Go to the documentation of this file.
19 #include "stm32h7xx_hal.h"
21 #define SD_PRESENT ((uint8_t)0x01)
22 #define SD_NOT_PRESENT ((uint8_t)0x00)
23 #define SD_DETECT_PIN GPIO_PIN_8
24 #define SD_DETECT_GPIO_PORT GPIOI
#define SD_PRESENT
Definition: bsp_driver_sd.h:52
#define SD_NOT_PRESENT
Definition: bsp_driver_sd.h:53