spi.c 95 B

12345678
  1. //spi.c - hardware SPI
  2. //#ifdef __SPI
  3. #include "spi.h"
  4. #include <avr/io.h>
  5. //#endif //__SPI