eric6/Documentation/Source/eric6.MicroPython.CircuitPythonDevices.html

changeset 7989
a21d673a8f99
parent 7336
0095e231ddaf
child 8070
6758ba4670e1
equal deleted inserted replaced
7988:c4c17121eff8 7989:a21d673a8f99
167 167
168 <p> 168 <p>
169 Private method to check, if the device volume is mounted. 169 Private method to check, if the device volume is mounted.
170 </p> 170 </p>
171 <dl> 171 <dl>
172 <dt>Returns:</dt> 172 <dt>Return:</dt>
173 <dd> 173 <dd>
174 flag indicated a mounted device 174 flag indicated a mounted device
175 </dd> 175 </dd>
176 </dl> 176 </dl>
177 <dl> 177 <dl>
214 214
215 <p> 215 <p>
216 Public method to determine, if a script can be executed. 216 Public method to determine, if a script can be executed.
217 </p> 217 </p>
218 <dl> 218 <dl>
219 <dt>Returns:</dt> 219 <dt>Return:</dt>
220 <dd> 220 <dd>
221 tuple containing a flag indicating it is safe to start a 221 tuple containing a flag indicating it is safe to start a
222 Plotter and a reason why it cannot. 222 Plotter and a reason why it cannot.
223 </dd> 223 </dd>
224 </dl> 224 </dl>
234 234
235 <p> 235 <p>
236 Public method to determine, if a File Manager can be started. 236 Public method to determine, if a File Manager can be started.
237 </p> 237 </p>
238 <dl> 238 <dl>
239 <dt>Returns:</dt> 239 <dt>Return:</dt>
240 <dd> 240 <dd>
241 tuple containing a flag indicating it is safe to start a 241 tuple containing a flag indicating it is safe to start a
242 File Manager and a reason why it cannot. 242 File Manager and a reason why it cannot.
243 </dd> 243 </dd>
244 </dl> 244 </dl>
254 254
255 <p> 255 <p>
256 Public method to determine, if a Plotter can be started. 256 Public method to determine, if a Plotter can be started.
257 </p> 257 </p>
258 <dl> 258 <dl>
259 <dt>Returns:</dt> 259 <dt>Return:</dt>
260 <dd> 260 <dd>
261 tuple containing a flag indicating it is safe to start a 261 tuple containing a flag indicating it is safe to start a
262 Plotter and a reason why it cannot. 262 Plotter and a reason why it cannot.
263 </dd> 263 </dd>
264 </dl> 264 </dl>
274 274
275 <p> 275 <p>
276 Public method to determine, if a REPL can be started. 276 Public method to determine, if a REPL can be started.
277 </p> 277 </p>
278 <dl> 278 <dl>
279 <dt>Returns:</dt> 279 <dt>Return:</dt>
280 <dd> 280 <dd>
281 tuple containing a flag indicating it is safe to start a REPL 281 tuple containing a flag indicating it is safe to start a REPL
282 and a reason why it cannot. 282 and a reason why it cannot.
283 </dd> 283 </dd>
284 </dl> 284 </dl>
294 294
295 <p> 295 <p>
296 Public method to get the name of the device. 296 Public method to get the name of the device.
297 </p> 297 </p>
298 <dl> 298 <dl>
299 <dt>Returns:</dt> 299 <dt>Return:</dt>
300 <dd> 300 <dd>
301 name of the device 301 name of the device
302 </dd> 302 </dd>
303 </dl> 303 </dl>
304 <dl> 304 <dl>
314 <p> 314 <p>
315 Public method to determine the need for an interrupt when opening the 315 Public method to determine the need for an interrupt when opening the
316 serial connection. 316 serial connection.
317 </p> 317 </p>
318 <dl> 318 <dl>
319 <dt>Returns:</dt> 319 <dt>Return:</dt>
320 <dd> 320 <dd>
321 flag indicating an interrupt is needed 321 flag indicating an interrupt is needed
322 </dd> 322 </dd>
323 </dl> 323 </dl>
324 <dl> 324 <dl>
333 333
334 <p> 334 <p>
335 Public method to get the device documentation URL. 335 Public method to get the device documentation URL.
336 </p> 336 </p>
337 <dl> 337 <dl>
338 <dt>Returns:</dt> 338 <dt>Return:</dt>
339 <dd> 339 <dd>
340 documentation URL of the device 340 documentation URL of the device
341 </dd> 341 </dd>
342 </dl> 342 </dl>
343 <dl> 343 <dl>
352 352
353 <p> 353 <p>
354 Public method to get the device firmware download URL. 354 Public method to get the device firmware download URL.
355 </p> 355 </p>
356 <dl> 356 <dl>
357 <dt>Returns:</dt> 357 <dt>Return:</dt>
358 <dd> 358 <dd>
359 firmware download URL of the device 359 firmware download URL of the device
360 </dd> 360 </dd>
361 </dl> 361 </dl>
362 <dl> 362 <dl>
378 <dd> 378 <dd>
379 flag indicating silent operations 379 flag indicating silent operations
380 </dd> 380 </dd>
381 </dl> 381 </dl>
382 <dl> 382 <dl>
383 <dt>Returns:</dt> 383 <dt>Return:</dt>
384 <dd> 384 <dd>
385 workspace directory used for saving files 385 workspace directory used for saving files
386 </dd> 386 </dd>
387 </dl> 387 </dl>
388 <dl> 388 <dl>
418 418
419 <p> 419 <p>
420 Public method to indicate file access via a local directory. 420 Public method to indicate file access via a local directory.
421 </p> 421 </p>
422 <dl> 422 <dl>
423 <dt>Returns:</dt> 423 <dt>Return:</dt>
424 <dd> 424 <dd>
425 flag indicating file access via local directory 425 flag indicating file access via local directory
426 </dd> 426 </dd>
427 </dl> 427 </dl>
428 <dl> 428 <dl>

eric ide

mercurial