borgware-2d/can/spi.h
Christian Kroll f2027360a0
2012-05-06 18:45:43 +00:00

10 lines
120 B
C

#ifndef SPI_H
#define SPI_H
#include "../config.h"
void spi_init();
unsigned char spi_data(unsigned char c);
#endif