micropython/stm/stmusbd/usbd_storage_msd.h

7 wiersze
182 B
C
Czysty Zwykły widok Historia

typedef enum {
USBD_STORAGE_MEDIUM_FLASH,
USBD_STORAGE_MEDIUM_SDCARD,
} usbd_storage_medium_kind_t;
void usbd_storage_select_medium(usbd_storage_medium_kind_t medium_kind);