index
:
micropython
docs/library/bluetooth
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
stmhal
/
rng.h
blob: 5442d453c2a0aacc1a8f387f5a2ce590b3769549 (
plain
) (
blame
)
1
2
3
4
void rng_init(void); uint32_t rng_get(void); MP_DECLARE_CONST_FUN_OBJ(pyb_rng_get_obj);