9 lines
95 B
C
9 lines
95 B
C
|
//spi.c - hardware SPI
|
||
|
//#ifdef __SPI
|
||
|
|
||
|
#include "spi.h"
|
||
|
#include <avr/io.h>
|
||
|
|
||
|
|
||
|
//#endif //__SPI
|