This website requires JavaScript.
Explore
Help
Sign In
mandlm
/
Distancer
Archived
Watch
1
Star
0
Fork
0
You've already forked Distancer
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2024-12-15
. You can view files and clone it, but cannot push or open issues or pull requests.
master
Distancer
/
Hardware.h
8 lines
95 B
C
Raw
Permalink
Normal View
History
Unescape
Escape
Added central hardware info and functions
2017-02-24 20:46:29 +00:00
#
pragma once
#
define F_CPU 1000000
Delay loop using 16 bit timer/counter
2017-03-02 07:21:17 +00:00
#
include
<stdint.h>
void
delay_us
(
const
uint16_t
delay
)
;
Reference in New Issue
Copy Permalink