Initial commit

This commit is contained in:
2020-04-10 08:47:54 +02:00
commit 8386d55813
8 changed files with 309 additions and 0 deletions

4
tsb/clock.hpp Normal file
View File

@@ -0,0 +1,4 @@
#pragma once
#define F_CPU 16000000
#include <util/delay.h>