Micropython Bluemix

From wiki.emacinc.com
Revision as of 12:49, 5 June 2018 by Dsojka (talk | contribs)
Jump to: navigation, search

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 3 to allow for easy portability from desktop to microcontroller.

EMAC Micropython with IBM Bluemix