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
/
lib_debug_with_src
/
read.c
7 lines
93 B
C
Raw
Blame
History
#
include
"read.h"
uint8_t
read8
(
uint32_t
from
)
{
return
(
*
(
(
volatile
uint8_t
*
)
from
)
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink