8 lines
99 B
C++
8 lines
99 B
C++
#pragma once
|
|
|
|
#include <stm32f1xx_hal.h>
|
|
|
|
#include "stm32f1xx_hal_spi.h"
|
|
|
|
bool MX_SPI1_Init(void);
|