adc for random number generation not yet working
This commit is contained in:
8
game-ctrl/myrand.h
Normal file
8
game-ctrl/myrand.h
Normal file
@ -0,0 +1,8 @@
|
||||
#ifndef _MYRAND_H_
|
||||
#define _MYRAND_H_
|
||||
|
||||
void myRandInit();
|
||||
uint8_t myRandGet();
|
||||
|
||||
|
||||
#endif // _MYRAND_H_
|
Reference in New Issue
Block a user