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:
- 21:1a3f920b6f07
- Parent:
- 20:84d6e18cbc20
- Child:
- 22:599f5dc9c20e
--- a/neo.py Wed Mar 30 03:21:03 2016 -0500 +++ b/neo.py Wed Mar 30 03:26:05 2016 -0500 @@ -286,6 +286,7 @@ sys.stderr.write('Warning! mbed-os not found?') sys.exit(-1) + macros = [] if os.path.isfile('MACROS.txt'): with open('MACROS.txt') as f: macros = f.read().splitlines()