88 <td>Public method to get the name of the device.</td> |
88 <td>Public method to get the name of the device.</td> |
89 </tr><tr> |
89 </tr><tr> |
90 <td><a href="#CircuitPythonDevice.forceInterrupt">forceInterrupt</a></td> |
90 <td><a href="#CircuitPythonDevice.forceInterrupt">forceInterrupt</a></td> |
91 <td>Public method to determine the need for an interrupt when opening the serial connection.</td> |
91 <td>Public method to determine the need for an interrupt when opening the serial connection.</td> |
92 </tr><tr> |
92 </tr><tr> |
|
93 <td><a href="#CircuitPythonDevice.getDocumentationUrl">getDocumentationUrl</a></td> |
|
94 <td>Public method to get the device documentation URL.</td> |
|
95 </tr><tr> |
93 <td><a href="#CircuitPythonDevice.getWorkspace">getWorkspace</a></td> |
96 <td><a href="#CircuitPythonDevice.getWorkspace">getWorkspace</a></td> |
94 <td>Public method to get the workspace directory.</td> |
97 <td>Public method to get the workspace directory.</td> |
95 </tr><tr> |
98 </tr><tr> |
96 <td><a href="#CircuitPythonDevice.runScript">runScript</a></td> |
99 <td><a href="#CircuitPythonDevice.runScript">runScript</a></td> |
97 <td>Public method to run the given Python script.</td> |
100 <td>Public method to run the given Python script.</td> |
248 </dl><dl> |
251 </dl><dl> |
249 <dt>Return Type:</dt> |
252 <dt>Return Type:</dt> |
250 <dd> |
253 <dd> |
251 bool |
254 bool |
252 </dd> |
255 </dd> |
|
256 </dl><a NAME="CircuitPythonDevice.getDocumentationUrl" ID="CircuitPythonDevice.getDocumentationUrl"></a> |
|
257 <h4>CircuitPythonDevice.getDocumentationUrl</h4> |
|
258 <b>getDocumentationUrl</b>(<i></i>) |
|
259 <p> |
|
260 Public method to get the device documentation URL. |
|
261 </p><dl> |
|
262 <dt>Returns:</dt> |
|
263 <dd> |
|
264 documentation URL of the device |
|
265 </dd> |
|
266 </dl><dl> |
|
267 <dt>Return Type:</dt> |
|
268 <dd> |
|
269 str |
|
270 </dd> |
253 </dl><a NAME="CircuitPythonDevice.getWorkspace" ID="CircuitPythonDevice.getWorkspace"></a> |
271 </dl><a NAME="CircuitPythonDevice.getWorkspace" ID="CircuitPythonDevice.getWorkspace"></a> |
254 <h4>CircuitPythonDevice.getWorkspace</h4> |
272 <h4>CircuitPythonDevice.getWorkspace</h4> |
255 <b>getWorkspace</b>(<i></i>) |
273 <b>getWorkspace</b>(<i></i>) |
256 <p> |
274 <p> |
257 Public method to get the workspace directory. |
275 Public method to get the workspace directory. |