Makefile Fortschritt

This commit is contained in:
Tristan Krause 2019-03-22 15:51:52 +01:00
parent c8aa49d762
commit 12d7441f1f
10 changed files with 79 additions and 25 deletions

7
main.cpp Normal file
View file

@ -0,0 +1,7 @@
#include "spi.h"
int main() {
SPI spi_master;
return 0;
}