Subversion Repositories pentevo

Rev

Rev 6 | 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. UBYTE spi_send(UBYTE byte);
  10.  
  11. #endif
  12.  
  13.