docs/machine: Move machine.main() misnomer to wipy's known issues.
This commit is contained in:
parent
a8ece0358f
commit
9ef6bb5480
|
@ -85,13 +85,6 @@ Miscellaneous functions
|
||||||
|
|
||||||
.. only:: port_wipy
|
.. only:: port_wipy
|
||||||
|
|
||||||
.. function:: main(filename)
|
|
||||||
|
|
||||||
Set the filename of the main script to run after boot.py is finished. If
|
|
||||||
this function is not called then the default file main.py will be executed.
|
|
||||||
|
|
||||||
It only makes sense to call this function from within boot.py.
|
|
||||||
|
|
||||||
.. function:: rng()
|
.. function:: rng()
|
||||||
|
|
||||||
Return a 24-bit software generated random number.
|
Return a 24-bit software generated random number.
|
||||||
|
|
|
@ -296,3 +296,13 @@ Example::
|
||||||
...
|
...
|
||||||
hash.update('12345') # last chunk may be of any length
|
hash.update('12345') # last chunk may be of any length
|
||||||
hash.digest()
|
hash.digest()
|
||||||
|
|
||||||
|
Unrelated function in machine module
|
||||||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
.. function:: main(filename)
|
||||||
|
|
||||||
|
Set the filename of the main script to run after boot.py is finished. If
|
||||||
|
this function is not called then the default file main.py will be executed.
|
||||||
|
|
||||||
|
It only makes sense to call this function from within boot.py.
|
||||||
|
|
Loading…
Reference in New Issue