HAL_SPI.h 159 B

12345678
  1. #ifndef __HAL_SPI_H__
  2. #define __HAL_SPI_H__
  3. #include "stm32f10x.h"
  4. uint8_t Spi1Init(void);
  5. uint8_t HALSpi1InOut(uint8_t data);
  6. #endif //end of __HAL_SPI_H__