186e630299
saved ~300bytes flash, 4bytes ram
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
|