We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96f04e4 commit a599e78Copy full SHA for a599e78
README.md
@@ -11,6 +11,8 @@ Microcontroller flash.
11
12
External programs included:
13
14
+**pydospins.py** - Displays the GPIO pins for sound output and I2C for the particular board PyDOS is running on.
15
+
16
**runasthread.py** (Micropython only) - This program will attempt to launch a python program on the second RP2040 core. Threading is
17
experimental on Micropython so it's not difficult to crash the microcontroller using this program. I have not found a way to kill
18
a thread started on the second core so be sure any threads you launch will shutdown on their own or monitor a global variable or
0 commit comments