您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

15 行
209 B

  1. /*
  2. * File: SPI.h
  3. * Author: JF
  4. *
  5. * Created on December 2, 2018, 3:36 PM
  6. */
  7. #ifndef SPI_H
  8. #define SPI_H
  9. unsigned char SPITransaction(unsigned char OutBuf, unsigned char Baudrate);
  10. #endif /* SPI_H */