16 lines
136 B
C
16 lines
136 B
C
/*
|
|
* spi.h
|
|
*
|
|
* Created on: 05.03.2014
|
|
* Author: wn
|
|
*/
|
|
|
|
#ifndef SPI_H_
|
|
#define SPI_H_
|
|
|
|
|
|
void spiInit();
|
|
|
|
|
|
#endif /* SPI_H_ */
|