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
3ce9c60448
bootloader
/
tsb
/
clock.hpp
5 lines
63 B
C++
Raw
Normal View
History
Unescape
Escape
Initial commit
2020-04-10 08:47:54 +02:00
#
pragma once
Change clock crystal to 18.432 MHz
2020-04-10 10:06:11 +02:00
#
define F_CPU 18'432'000
Initial commit
2020-04-10 08:47:54 +02:00
#
include
<util/delay.h>
Reference in New Issue
Copy Permalink