83 <tr> |
83 <tr> |
84 <td><a href="#CircuitPythonDevice.__flashCircuitPython">__flashCircuitPython</a></td> |
84 <td><a href="#CircuitPythonDevice.__flashCircuitPython">__flashCircuitPython</a></td> |
85 <td>Private slot to flash a CircuitPython firmware to the device.</td> |
85 <td>Private slot to flash a CircuitPython firmware to the device.</td> |
86 </tr> |
86 </tr> |
87 <tr> |
87 <tr> |
|
88 <td><a href="#CircuitPythonDevice.__flashTeensy">__flashTeensy</a></td> |
|
89 <td>Private method to show a message box because Teens does not support the UF2 bootloader yet.</td> |
|
90 </tr> |
|
91 <tr> |
88 <td><a href="#CircuitPythonDevice.__installLibraryFiles">__installLibraryFiles</a></td> |
92 <td><a href="#CircuitPythonDevice.__installLibraryFiles">__installLibraryFiles</a></td> |
89 <td>Private slot to install Python files into the onboard library.</td> |
93 <td>Private slot to install Python files into the onboard library.</td> |
90 </tr> |
94 </tr> |
91 <tr> |
95 <tr> |
92 <td><a href="#CircuitPythonDevice.addDeviceMenuEntries">addDeviceMenuEntries</a></td> |
96 <td><a href="#CircuitPythonDevice.addDeviceMenuEntries">addDeviceMenuEntries</a></td> |
215 <b>__flashCircuitPython</b>(<i></i>) |
219 <b>__flashCircuitPython</b>(<i></i>) |
216 |
220 |
217 <p> |
221 <p> |
218 Private slot to flash a CircuitPython firmware to the device. |
222 Private slot to flash a CircuitPython firmware to the device. |
219 </p> |
223 </p> |
|
224 <a NAME="CircuitPythonDevice.__flashTeensy" ID="CircuitPythonDevice.__flashTeensy"></a> |
|
225 <h4>CircuitPythonDevice.__flashTeensy</h4> |
|
226 <b>__flashTeensy</b>(<i></i>) |
|
227 |
|
228 <p> |
|
229 Private method to show a message box because Teens does not support |
|
230 the UF2 bootloader yet. |
|
231 </p> |
220 <a NAME="CircuitPythonDevice.__installLibraryFiles" ID="CircuitPythonDevice.__installLibraryFiles"></a> |
232 <a NAME="CircuitPythonDevice.__installLibraryFiles" ID="CircuitPythonDevice.__installLibraryFiles"></a> |
221 <h4>CircuitPythonDevice.__installLibraryFiles</h4> |
233 <h4>CircuitPythonDevice.__installLibraryFiles</h4> |
222 <b>__installLibraryFiles</b>(<i></i>) |
234 <b>__installLibraryFiles</b>(<i></i>) |
223 |
235 |
224 <p> |
236 <p> |