Makefile funktioniert, gruenes Licht fuer C++

This commit is contained in:
Tristan Krause 2019-03-22 16:06:59 +01:00
parent 12d7441f1f
commit 99c282566f
7 changed files with 95 additions and 11 deletions

View file

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