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.

Revision:
7:5b993fdc8998
Parent:
6:54f3d4af42cc
Child:
8:11e2b1ca356a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Thu Apr 14 20:58:12 2016 +0000
@@ -0,0 +1,6 @@
+#include "mbed.h"
+
+int main()
+{
+  return 0;
+}