This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
micropython
Watch
1
Star
0
Fork
0
You've already forked micropython
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
36e75aef38
micropython
/
stmhal
/
rng.h
5 lines
89 B
C
Raw
Normal View
History
Unescape
Escape
stmhal: Add PYBv10 config; add RNG support.
2014-03-22 17:41:02 +04:00
void
rng_init
(
void
)
;
stmhal: Add os module with a few basic functions.
2014-03-22 18:56:32 +04:00
uint32_t
rng_get
(
void
)
;
stmhal: Add PYBv10 config; add RNG support.
2014-03-22 17:41:02 +04:00
MP_DECLARE_CONST_FUN_OBJ
(
pyb_rng_get_obj
)
;
Reference in New Issue
Copy Permalink