eric6/Documentation/Source/eric6.MicroPython.PyBoardDevices.html

changeset 8070
6758ba4670e1
parent 7989
a21d673a8f99
child 8098
36d5f6786a9f
equal deleted inserted replaced
8069:1176a936efa4 8070:6758ba4670e1
79 <tr> 79 <tr>
80 <td><a href="#PyBoardDevice.__dfuUtilAvailable">__dfuUtilAvailable</a></td> 80 <td><a href="#PyBoardDevice.__dfuUtilAvailable">__dfuUtilAvailable</a></td>
81 <td>Private method to check the availability of dfu-util.</td> 81 <td>Private method to check the availability of dfu-util.</td>
82 </tr> 82 </tr>
83 <tr> 83 <tr>
84 <td><a href="#PyBoardDevice.__findWorkspace">__findWorkspace</a></td>
85 <td>Private method to find the workspace directory.</td>
86 </tr>
87 <tr>
84 <td><a href="#PyBoardDevice.__flashMicroPython">__flashMicroPython</a></td> 88 <td><a href="#PyBoardDevice.__flashMicroPython">__flashMicroPython</a></td>
85 <td>Private slot to flash a MicroPython firmware.</td> 89 <td>Private slot to flash a MicroPython firmware.</td>
86 </tr> 90 </tr>
87 <tr> 91 <tr>
88 <td><a href="#PyBoardDevice.__listDfuCapableDevices">__listDfuCapableDevices</a></td> 92 <td><a href="#PyBoardDevice.__listDfuCapableDevices">__listDfuCapableDevices</a></td>
213 <dt>Return Type:</dt> 217 <dt>Return Type:</dt>
214 <dd> 218 <dd>
215 bool 219 bool
216 </dd> 220 </dd>
217 </dl> 221 </dl>
222 <a NAME="PyBoardDevice.__findWorkspace" ID="PyBoardDevice.__findWorkspace"></a>
223 <h4>PyBoardDevice.__findWorkspace</h4>
224 <b>__findWorkspace</b>(<i>silent=False</i>)
225
226 <p>
227 Private method to find the workspace directory.
228 </p>
229 <dl>
230
231 <dt><i>silent</i> (bool)</dt>
232 <dd>
233 flag indicating silent operations
234 </dd>
235 </dl>
236 <dl>
237 <dt>Return:</dt>
238 <dd>
239 workspace directory used for saving files
240 </dd>
241 </dl>
242 <dl>
243 <dt>Return Type:</dt>
244 <dd>
245 str
246 </dd>
247 </dl>
218 <a NAME="PyBoardDevice.__flashMicroPython" ID="PyBoardDevice.__flashMicroPython"></a> 248 <a NAME="PyBoardDevice.__flashMicroPython" ID="PyBoardDevice.__flashMicroPython"></a>
219 <h4>PyBoardDevice.__flashMicroPython</h4> 249 <h4>PyBoardDevice.__flashMicroPython</h4>
220 <b>__flashMicroPython</b>(<i></i>) 250 <b>__flashMicroPython</b>(<i></i>)
221 251
222 <p> 252 <p>

eric ide

mercurial