Add small blink example as bootloader payload test

This commit is contained in:
2020-04-12 18:45:33 +02:00
parent b21673e326
commit 9390f7830b
10 changed files with 498 additions and 119 deletions

4
blink/clock.hpp Normal file
View File

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