選択できるのは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 */