b15f/main.cpp
2019-03-22 16:06:59 +01:00

8 lines
88 B
C++

#include <avr/io.h>
#include "spi.h"
int main() {
SPI spi_master;
return 0;
}