Update README.rst
This commit is contained in:
parent
0d64ddaf84
commit
a7e97405e2
@ -115,8 +115,8 @@ Behavior
|
|||||||
output is written to ``boot_out.txt``.
|
output is written to ``boot_out.txt``.
|
||||||
- ``code.py`` (or ``main.py``) is run after every reload until it
|
- ``code.py`` (or ``main.py``) is run after every reload until it
|
||||||
finishes or is interrupted. After it is done running, the vm and
|
finishes or is interrupted. After it is done running, the vm and
|
||||||
hardware is reinitialized. **This means you cannot read state from
|
hardware is reinitialized. **This means you cannot read state from**
|
||||||
``code.py`` in the REPL anymore.** CircuitPython's goal for this
|
``code.py`` **in the REPL anymore.** CircuitPython's goal for this
|
||||||
change includes reduce confusion about pins and memory being used.
|
change includes reduce confusion about pins and memory being used.
|
||||||
- After ``code.py`` the REPL can be entered by pressing any key. It no
|
- After ``code.py`` the REPL can be entered by pressing any key. It no
|
||||||
longer shares state with ``code.py`` so it is a fresh vm.
|
longer shares state with ``code.py`` so it is a fresh vm.
|
||||||
|
Loading…
Reference in New Issue
Block a user