This commit is contained in:
hg
2014-03-05 18:57:08 +01:00
parent 5d86d6c2bd
commit d6d758d53f
6 changed files with 45 additions and 11 deletions

15
spi.h Normal file
View File

@ -0,0 +1,15 @@
/*
* spi.h
*
* Created on: 05.03.2014
* Author: wn
*/
#ifndef SPI_H_
#define SPI_H_
void spiInit();
#endif /* SPI_H_ */