221 <td><a href="#MicroPythonWidget.isConnected">isConnected</a></td> |
221 <td><a href="#MicroPythonWidget.isConnected">isConnected</a></td> |
222 <td>Public method to get the connection state.</td> |
222 <td>Public method to get the connection state.</td> |
223 </tr> |
223 </tr> |
224 <tr> |
224 <tr> |
225 <td><a href="#MicroPythonWidget.isMicrobit">isMicrobit</a></td> |
225 <td><a href="#MicroPythonWidget.isMicrobit">isMicrobit</a></td> |
226 <td>Public method to check, if the connected/selected device is a BBC micro:bit.</td> |
226 <td>Public method to check, if the connected/selected device is a BBC micro:bit or Calliope mini.</td> |
227 </tr> |
227 </tr> |
228 <tr> |
228 <tr> |
229 <td><a href="#MicroPythonWidget.on_chartButton_clicked">on_chartButton_clicked</a></td> |
229 <td><a href="#MicroPythonWidget.on_chartButton_clicked">on_chartButton_clicked</a></td> |
230 <td>Private slot to open a chart view to plot data received from the connected device.</td> |
230 <td>Private slot to open a chart view to plot data received from the connected device.</td> |
231 </tr> |
231 </tr> |
753 <h4>MicroPythonWidget.isMicrobit</h4> |
753 <h4>MicroPythonWidget.isMicrobit</h4> |
754 <b>isMicrobit</b>(<i></i>) |
754 <b>isMicrobit</b>(<i></i>) |
755 |
755 |
756 <p> |
756 <p> |
757 Public method to check, if the connected/selected device is a |
757 Public method to check, if the connected/selected device is a |
758 BBC micro:bit. |
758 BBC micro:bit or Calliope mini. |
759 </p> |
759 </p> |
760 <dl> |
760 <dl> |
761 <dt>Return:</dt> |
761 <dt>Return:</dt> |
762 <dd> |
762 <dd> |
763 flag indicating a micro:bit device |
763 flag indicating a micro:bit device |