Makefile Fortschritt
This commit is contained in:
parent
c8aa49d762
commit
12d7441f1f
10 changed files with 79 additions and 25 deletions
7
main.cpp
Normal file
7
main.cpp
Normal file
|
@ -0,0 +1,7 @@
|
|||
#include "spi.h"
|
||||
|
||||
int main() {
|
||||
|
||||
SPI spi_master;
|
||||
return 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue