mirror of
https://github.com/BrianPugh/gnwmanager.git
synced 2025-12-06 19:15:56 +01:00
9 lines
167 B
C
9 lines
167 B
C
#include <stdint.h>
|
|
|
|
void sdcard_init_spi1();
|
|
void sdcard_deinit_spi1();
|
|
void sdcard_init_ospi1();
|
|
void sdcard_deinit_ospi1();
|
|
|
|
void switch_ospi_gpio(uint8_t ToOspi);
|