Difference between revisions of "Micropython"
Line 9: | Line 9: | ||
<!-- /*********************************************************************************************************/ --> | <!-- /*********************************************************************************************************/ --> | ||
Micropython is an implementation of the Python 3 programming langauge optimized to run on microcontrollers in a constrained environment. | Micropython is an implementation of the Python 3 programming langauge optimized to run on microcontrollers in a constrained environment. | ||
+ | |||
Micropython requires only 256k of code space and 16k RAM and aims to be as compatible as possible with normal python to allow for easy portability from desktop to microcontroller. | Micropython requires only 256k of code space and 16k RAM and aims to be as compatible as possible with normal python to allow for easy portability from desktop to microcontroller. | ||
<!-- /*********************************************************************************************************/ --> | <!-- /*********************************************************************************************************/ --> |
Revision as of 12:06, 24 May 2018
Micropython is an implementation of the Python 3 programming langauge optimized to run on microcontrollers in a constrained environment.
Micropython requires only 256k of code space and 16k RAM and aims to be as compatible as possible with normal python to allow for easy portability from desktop to microcontroller.
Contents
General Information
Tools Required
Setup
EMAC Micropython
Pages with Related Content
- add link here for Mitipy
- add link here for Cutipy