Ligne 1 : |
Ligne 1 : |
| {{MicroPython.presentation-NAV}} | | {{MicroPython.presentation-NAV}} |
| | | |
| + | = PyBoard = |
| == Documentation Officielle == | | == Documentation Officielle == |
| Si l'anglais ne vous fait pas peur, il y a un lient incontournable à ne pas manquer... c'est la documentation officielle de Micro Python. | | Si l'anglais ne vous fait pas peur, il y a un lient incontournable à ne pas manquer... c'est la documentation officielle de Micro Python. |
Ligne 6 : |
Ligne 7 : |
| Vous y trouverez une documentation riche et fournie et constamment mise-à-jour. | | Vous y trouverez une documentation riche et fournie et constamment mise-à-jour. |
| | | |
− | [[Fichier:MicroPython-Docs.jpg|640px|xlink=http://docs.micropython.org]] | + | [[Fichier:MicroPython-Docs.jpg|640px|link=http://docs.micropython.org]] |
| | | |
| Poursuivez [http://docs.micropython.org votre lecture ici] | | Poursuivez [http://docs.micropython.org votre lecture ici] |
| + | |
| + | La documentation des bibliothèques les plus intéressantes: |
| + | * [http://micropython.org/resources/docs/en/latest/wipy/library/os.html os - système de fichier] |
| + | * [http://micropython.org/resources/docs/en/latest/wipy/library/gc.html gc - gestion du garbage collector] (ramasse-miette) |
| + | * [http://micropython.org/resources/docs/en/latest/wipy/library/select.html select - attendre après un événement sur un flux] |
| + | * [http://micropython.org/resources/docs/en/latest/wipy/library/sys.html sys - fonctions spécifiques au système] |
| + | * [http://micropython.org/resources/docs/en/latest/wipy/library/time.html time - fonctions relatives à la gestion du temps] |
| | | |
| == Le Wiki Micro Python == | | == Le Wiki Micro Python == |
Ligne 44 : |
Ligne 52 : |
| ** [http://www.st.com/web/en/resource/technical/document/datasheet/DM00037051.pdf Le STM32F405RG] | | ** [http://www.st.com/web/en/resource/technical/document/datasheet/DM00037051.pdf Le STM32F405RG] |
| ** [http://www.freescale.com.cn/files/sensors/doc/data_sheet/MMA7660FC.pdf?fpsp=1 l'accéléromètre 3-axes MMA7660] de FreeScale | | ** [http://www.freescale.com.cn/files/sensors/doc/data_sheet/MMA7660FC.pdf?fpsp=1 l'accéléromètre 3-axes MMA7660] de FreeScale |
− | ** [http://docs.micropython.org/en/latest/hardware/index.html#datasheets-for-other-components Les fiches techniques, masques, schémas, etc] (sur micropython.org) | + | ** [http://docs.micropython.org/en/latest/pyboard/hardware/index.html#datasheets-for-other-components Les fiches techniques, masques, schémas, etc] (sur micropython.org) |
| | | |
| {{MPImage|pybv10-pinout.jpg|640px}} | | {{MPImage|pybv10-pinout.jpg|640px}} |
| + | |
| + | = Toutes les cartes MicroPython = |
| + | Où puis-je en apprendre plus sur MicroPython? |
| + | |
| + | Vérifiez les ressources suivantes pour en apprendre plus à propos de MicroPython et comment utiliser des cartes plus spécifiques: |
| + | * [http://micropython.org/ MicroPython homepage] |
| + | * [http://docs.micropython.org/en/latest/pyboard/ MicroPython pyboard documentation] |
| + | * [http://docs.micropython.org/en/latest/esp8266/ MicroPython ESP8266 documentation] and [http://forum.micropython.org/viewtopic.php?f=16&t=1908 MicroPython ESP8266 FAQ forum page] |
| + | * [https://microbit-micropython.readthedocs.io/en/latest/ MicroPython BBC micro:bit documentation] |
| + | * [https://docs.pycom.io/wipy/ MicroPython WiPy documentation] |
| + | * [https://github.com/micropython/micropython/wiki MicroPython Developer Wiki] |
| + | * [https://github.com/micropython/micropython/wiki/Differences Differences between MicroPython and standard desktop Python] |
| + | |
| | | |
| {{MicroPython.référence-TRAILER}} | | {{MicroPython.référence-TRAILER}} |