This website requires JavaScript.
Explore
Help
Sign In
Roman_Schenk
/
CT-Lab_11_ModularCodingAndLinking
Watch
1
Star
0
Fork
You've already forked CT-Lab_11_ModularCodingAndLinking
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
8a7ddcb185
CT-Lab_11_ModularCodingAndL...
/
project
/
inc
/
read.h
9 lines
94 B
C
Raw
Blame
History
#
ifndef _READ_H_
#
define _READ_H_
#
include
<stdint.h>
uint8_t
read8
(
uint32_t
from
)
;
#
endif
Reference in New Issue
View Git Blame
Copy Permalink