b15f/main.cpp

8 lines
88 B
C++
Raw Normal View History

#include <avr/io.h>
2019-03-22 14:51:52 +00:00
#include "spi.h"
int main() {
SPI spi_master;
return 0;
}