mirror of
https://github.com/arabine/open-story-teller.git
synced 2025-12-06 17:09:06 +01:00
7 lines
164 B
C
7 lines
164 B
C
#pragma once
|
|
|
|
#include <stdint.h>
|
|
|
|
void pico_sdcard_spi_init(int clock);
|
|
void pico_ost_hal_sdcard_spi_transfer(const uint8_t *buffer, uint8_t *out, uint32_t size);
|