Subversion Repositories pentevo

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1. #ifndef SPI_H
  2. #define SPI_H
  3.  
  4. #include "mytypes.h"
  5.  
  6.  
  7. void spi_init(void);
  8.  
  9. void spi_send(UBYTE byte);
  10.  
  11. //UBYTE spi_read(void);
  12.  
  13.  
  14. #endif
  15.  
  16.