You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
295 B
C
17 lines
295 B
C
|
|
|
|
#ifndef __DriverSPI_H
|
|
#define __DriverSPI_H
|
|
|
|
#include "main.h"
|
|
extern uint8_t TxBuff[15];
|
|
extern SPI_HandleTypeDef Spi2Handle;
|
|
extern void Driver_SPIInit(void);
|
|
|
|
extern void SPItest(void *pvParamters);
|
|
|
|
#endif
|
|
|
|
/************************ (C) COPYRIGHT MS *****END OF FILE******************/
|
|
|