32 |
32 |
33 <tr> |
33 <tr> |
34 <td><a href="#createDevice">createDevice</a></td> |
34 <td><a href="#createDevice">createDevice</a></td> |
35 <td>Function to instantiate a MicroPython device object.</td> |
35 <td>Function to instantiate a MicroPython device object.</td> |
36 </tr> |
36 </tr> |
|
37 <tr> |
|
38 <td><a href="#eraseFlash">eraseFlash</a></td> |
|
39 <td>Slot to erase the device flash memory.</td> |
|
40 </tr> |
|
41 <tr> |
|
42 <td><a href="#flashAddonFirmware">flashAddonFirmware</a></td> |
|
43 <td>Slot to flash some additional firmware images.</td> |
|
44 </tr> |
|
45 <tr> |
|
46 <td><a href="#flashPythonFirmware">flashPythonFirmware</a></td> |
|
47 <td>Slot to flash a MicroPython firmware to the device.</td> |
|
48 </tr> |
37 </table> |
49 </table> |
38 <hr /> |
50 <hr /> |
39 <hr /> |
51 <hr /> |
40 <a NAME="EspDevice" ID="EspDevice"></a> |
52 <a NAME="EspDevice" ID="EspDevice"></a> |
41 <h2>EspDevice</h2> |
53 <h2>EspDevice</h2> |
75 <td><a href="#EspDevice.__eraseFlash">__eraseFlash</a></td> |
87 <td><a href="#EspDevice.__eraseFlash">__eraseFlash</a></td> |
76 <td>Private slot to erase the device flash memory.</td> |
88 <td>Private slot to erase the device flash memory.</td> |
77 </tr> |
89 </tr> |
78 <tr> |
90 <tr> |
79 <td><a href="#EspDevice.__firmwareVersionResponse">__firmwareVersionResponse</a></td> |
91 <td><a href="#EspDevice.__firmwareVersionResponse">__firmwareVersionResponse</a></td> |
80 <td>Private method handling the response of the latest version request.</td> |
92 <td>Private slot handling the response of the latest version request.</td> |
81 </tr> |
93 </tr> |
82 <tr> |
94 <tr> |
83 <td><a href="#EspDevice.__flashAddons">__flashAddons</a></td> |
95 <td><a href="#EspDevice.__flashAddons">__flashAddons</a></td> |
84 <td>Private slot to flash some additional firmware images.</td> |
96 <td>Private slot to flash some additional firmware images.</td> |
85 </tr> |
97 </tr> |
268 <a NAME="EspDevice.__firmwareVersionResponse" ID="EspDevice.__firmwareVersionResponse"></a> |
280 <a NAME="EspDevice.__firmwareVersionResponse" ID="EspDevice.__firmwareVersionResponse"></a> |
269 <h4>EspDevice.__firmwareVersionResponse</h4> |
281 <h4>EspDevice.__firmwareVersionResponse</h4> |
270 <b>__firmwareVersionResponse</b>(<i>reply</i>) |
282 <b>__firmwareVersionResponse</b>(<i>reply</i>) |
271 |
283 |
272 <p> |
284 <p> |
273 Private method handling the response of the latest version request. |
285 Private slot handling the response of the latest version request. |
274 </p> |
286 </p> |
275 <dl> |
287 <dl> |
276 |
288 |
277 <dt><i>reply</i> (QNetworkReply)</dt> |
289 <dt><i>reply</i> (QNetworkReply)</dt> |
278 <dd> |
290 <dd> |
923 EspDevice |
935 EspDevice |
924 </dd> |
936 </dd> |
925 </dl> |
937 </dl> |
926 <div align="right"><a href="#top">Up</a></div> |
938 <div align="right"><a href="#top">Up</a></div> |
927 <hr /> |
939 <hr /> |
|
940 <hr /> |
|
941 <a NAME="eraseFlash" ID="eraseFlash"></a> |
|
942 <h2>eraseFlash</h2> |
|
943 <b>eraseFlash</b>(<i>port</i>) |
|
944 |
|
945 <p> |
|
946 Slot to erase the device flash memory. |
|
947 </p> |
|
948 <dl> |
|
949 |
|
950 <dt><i>port</i> (str)</dt> |
|
951 <dd> |
|
952 name of the serial port device to be used |
|
953 </dd> |
|
954 </dl> |
|
955 <div align="right"><a href="#top">Up</a></div> |
|
956 <hr /> |
|
957 <hr /> |
|
958 <a NAME="flashAddonFirmware" ID="flashAddonFirmware"></a> |
|
959 <h2>flashAddonFirmware</h2> |
|
960 <b>flashAddonFirmware</b>(<i>port</i>) |
|
961 |
|
962 <p> |
|
963 Slot to flash some additional firmware images. |
|
964 </p> |
|
965 <dl> |
|
966 |
|
967 <dt><i>port</i> (str)</dt> |
|
968 <dd> |
|
969 name of the serial port device to be used |
|
970 </dd> |
|
971 </dl> |
|
972 <div align="right"><a href="#top">Up</a></div> |
|
973 <hr /> |
|
974 <hr /> |
|
975 <a NAME="flashPythonFirmware" ID="flashPythonFirmware"></a> |
|
976 <h2>flashPythonFirmware</h2> |
|
977 <b>flashPythonFirmware</b>(<i>port</i>) |
|
978 |
|
979 <p> |
|
980 Slot to flash a MicroPython firmware to the device. |
|
981 </p> |
|
982 <dl> |
|
983 |
|
984 <dt><i>port</i> (str)</dt> |
|
985 <dd> |
|
986 name of the serial port device to be used |
|
987 </dd> |
|
988 </dl> |
|
989 <div align="right"><a href="#top">Up</a></div> |
|
990 <hr /> |
928 </body></html> |
991 </body></html> |