This website requires JavaScript.
Explore
Help
Sign In
wn
/
tetris
Watch
1
Star
0
Fork
0
You've already forked tetris
Code
Issues
Packages
Projects
Releases
Wiki
Activity
tetris
/
game-ctrl
/
myrand.h
9 lines
103 B
C
Raw
Normal View
History
Unescape
Escape
adc for random number generation not yet working
2024-03-20 21:56:19 +01:00
#
ifndef _MYRAND_H_
#
define _MYRAND_H_
void
myRandInit
(
)
;
random is working
2024-03-21 11:34:20 +01:00
uint16_t
myRandGet
(
)
;
adc for random number generation not yet working
2024-03-20 21:56:19 +01:00
#
endif
// _MYRAND_H_
Reference in New Issue
Copy Permalink