mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-21 18:23:15 +00:00
7 lines
175 B
C
7 lines
175 B
C
|
#pragma once
|
||
|
#include "main.h"
|
||
|
#include <cmsis_os.h>
|
||
|
|
||
|
void api_hal_spi_init();
|
||
|
void api_hal_spi_lock(SPI_HandleTypeDef* spi);
|
||
|
void api_hal_spi_unlock(SPI_HandleTypeDef* spi);
|