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

13
spi.h
View file

@ -0,0 +1,13 @@
#ifndef SPI_H
#define SPI_H
#include <util/delay.h>
class SPI {
private: int d;
};
#endif