This website requires JavaScript.
Explore
Help
Sign In
ctdo
/
crashtest-r0ket
Watch
16
Star
0
Fork
You've already forked crashtest-r0ket
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
3bb82a2676
crashtest-r0ket
/
firmware
/
basic
/
random.h
8 lines
96 B
C
Raw
Blame
History
#
ifndef _RANDOM_H_
#
define _RANDOM_H_
void
randomInit
(
void
)
;
uint32_t
getRandom
(
void
)
;
#
endif
Reference in New Issue
View Git Blame
Copy Permalink