b15f/main.cpp

8 lines
69 B
C++
Raw Normal View History

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