File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,10 +43,10 @@ runtime only runs during callback from the MicroPython runtime, so the main
4343thread does not run continuously.
4444
4545There are two basic kinds of hooks for passing information between the Pybricks
46- MicroPython runtime and the virtual driver Python runtime. For events, there
46+ MicroPython runtime and the virtual driver Python runtime. For events, there are
4747` on_<event>() ` methods in Python that will be called whenever the MicroPython
4848runtime emits the event. For polled values, there are properties/attributes
49- that are by the MicroPython runtime whenever it needs to use the value.
49+ that are read by the MicroPython runtime whenever it needs to use the value.
5050
5151## Implementing virtual hub drivers in Python
5252
You can’t perform that action at this time.
0 commit comments