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
0a65626975
bootloader
/
stk500v2
/
clock.hpp
6 lines
90 B
C++
Raw
Normal View
History
Unescape
Escape
Rename solution and add stk500v2 bootloader project
2020-04-10 08:56:54 +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
Rename solution and add stk500v2 bootloader project
2020-04-10 08:56:54 +02:00
#
include
<util/delay.h>
Reference in New Issue
Copy Permalink