@@ -115,8 +115,8 @@ Behavior
115
115
output is written to ``boot_out.txt ``.
116
116
- ``code.py `` (or ``main.py ``) is run after every reload until it
117
117
finishes or is interrupted. After it is done running, the vm and
118
- hardware is reinitialized. **This means you cannot read state from
119
- ``code.py`` in the REPL anymore. ** CircuitPython's goal for this
118
+ hardware is reinitialized. **This means you cannot read state from **
119
+ ``code.py `` ** in the REPL anymore. ** CircuitPython's goal for this
120
120
change includes reduce confusion about pins and memory being used.
121
121
- After ``code.py `` the REPL can be entered by pressing any key. It no
122
122
longer shares state with ``code.py `` so it is a fresh vm.
@@ -131,9 +131,9 @@ Behavior
131
131
``samd.disable_autoreload() ``)
132
132
- Entering the REPL after the main code is finished requires a key press which enters the REPL and
133
133
disables autoreload.
134
- - Main is one of these: ``code.txt ``, ** ``code.py`` ** , ``main.py ``,
134
+ - Main is one of these: ``code.txt ``, ``code.py ``, ``main.py ``,
135
135
``main.txt ``
136
- - Boot is one of these: ``settings.txt ``, ``settings.py ``, ** ``boot.py`` ** ,
136
+ - Boot is one of these: ``settings.txt ``, ``settings.py ``, ``boot.py ``,
137
137
``boot.txt ``
138
138
139
139
API
0 commit comments