Rename solution and add stk500v2 bootloader project

This commit is contained in:
2020-04-10 08:56:54 +02:00
parent 4348759652
commit cf60d846b6
4 changed files with 239 additions and 0 deletions

4
stk500v2/clock.hpp Normal file
View File

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