This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
micropython
mirror of
https://github.com/micropython/micropython.git
Watch
1
Star
0
Fork
You've already forked micropython
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
27dd471098
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 13:41:02 +00:00
void
rng_init
(
void
)
;
stmhal: Add os module with a few basic functions.
2014-03-22 14:56:32 +00:00
uint32_t
rng_get
(
void
)
;
stmhal: Add PYBv10 config; add RNG support.
2014-03-22 13:41:02 +00:00
MP_DECLARE_CONST_FUN_OBJ
(
pyb_rng_get_obj
)
;