12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- #ifndef SDIO_CONFIG_H
- #define SDIO_CONFIG_H
- #ifdef __cplusplus
- extern "C" {
- #endif
- #define SDIO_CONFIG_CLOCK_PIN_NUMBER 24
- #define SDIO_CONFIG_DATA_PIN_NUMBER 25
- #ifdef __cplusplus
- }
- #endif
- #endif
|