b15f/main.cpp
2019-03-22 15:51:52 +01:00

8 lines
69 B
C++

#include "spi.h"
int main() {
SPI spi_master;
return 0;
}