Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed-os
Diff: neo.py
- Revision:
- 71:ddc08f2d5697
- Parent:
- 70:e6f7587c6562
- Child:
- 73:f8ed8e727640
--- a/neo.py Fri Apr 01 14:46:49 2016 +0100 +++ b/neo.py Fri Apr 01 14:47:25 2016 +0100 @@ -64,7 +64,7 @@ def popen(command, stdin=None, **kwargs): # print for debugging - log(' '.join(command)) + log("Exec "+' '.join(command)) proc = subprocess.Popen(command, **kwargs) if proc.wait() != 0: