adc for random number generation not yet working

This commit is contained in:
2024-03-20 21:56:19 +01:00
parent 8c995f66ff
commit 50486f6ec0
5 changed files with 44 additions and 12 deletions

8
game-ctrl/myrand.h Normal file
View File

@ -0,0 +1,8 @@
#ifndef _MYRAND_H_
#define _MYRAND_H_
void myRandInit();
uint8_t myRandGet();
#endif // _MYRAND_H_