You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

15 lines
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 */