Interactive MicroPython read-eval-print-loop See also the micropython library and its README file.

Dependencies:   mbed micropython

This program needs the micropython library - see there for Getting Started information.

See the mbed MicroPython wiki for more information.

Committer:
pythontech
Date:
Thu Apr 14 20:58:12 2016 +0000
Revision:
7:5b993fdc8998
Parent:
main.c@6:54f3d4af42cc
Child:
8:11e2b1ca356a
Add mbed library

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Colin Hogben 6:54f3d4af42cc 1 #include "mbed.h"
Colin Hogben 6:54f3d4af42cc 2
Colin Hogben 6:54f3d4af42cc 3 int main()
Colin Hogben 6:54f3d4af42cc 4 {
Colin Hogben 6:54f3d4af42cc 5 return 0;
Colin Hogben 6:54f3d4af42cc 6 }