proyectodatos:micropython
This is an old revision of the document!
IDE editor: https://thonny.org/
Firmware for Generic ESP32 module http://micropython.org/download/esp32/
Libraries:
Archivo descargable: final_course_scripts_udemy.zip
Differencias entre Python (cPython) y Micropython (uPython)
| Criterio | cPython | uPython |
|---|---|---|
| espacios entre números literales y palabras clave | No | Sí |
| Mensajes de error - cantidad de argumentos | No | Se cuenta a sí mismo como argumento |
| Formato | exponencial | |
| Start/end | no entendí | |
| Json | no identifica las excepciones |
Recursos de MicroPython
uPython compatible boards
- Pyboard 1
- Pyboard D-series
- The original MicroPython microcontrollers
- ESP 8266
- ESP32 (lmost fully supported by Micropython and its community-exc bluetooth)
- Raspberry Pi Pico
- Feather 2040
- ItsyBitsy 2040
- Tiny 2040
- …
proyectodatos/micropython.1620406501.txt.gz · Last modified: 2021/05/07 16:55 by elmago116
