/* * spi.h * * Created on: 05.03.2014 * Author: wn */ #ifndef SPI_H_ #define SPI_H_ void spiInit(); #endif /* SPI_H_ */