This website requires JavaScript.
Explore
Help
Sign In
avr
/
bootloader
Watch
1
Star
0
Fork
0
You've already forked bootloader
Code
Issues
Pull Requests
Releases
Wiki
Activity
master
bootloader
/
blink
/
clock.hpp
6 lines
90 B
C++
Raw
Permalink
Normal View
History
Unescape
Escape
Add small blink example as bootloader payload test
2020-04-12 18:45:33 +02:00
#
pragma once
Update uart submodule to fix 115200 baud with 16 MHz
2020-04-13 00:22:02 +02:00
//#define F_CPU 18'432'000
#
define F_CPU 16'000'000
Add small blink example as bootloader payload test
2020-04-12 18:45:33 +02:00
#
include
<util/delay.h>
Reference in New Issue
Copy Permalink