MBed OS Based Sensor/Actuator Node Application
Can be installed with your favourite package manager (brew/apt/yum etc.)
This project uses virtualenv to mitigate janky af python packaging of mbed-cli, this is checked into the repository and contains the mbed-cli and all python dependencies.
To launch the local virtual environment run . ./venv/bin/activate, to exit run deactivate.
Check out the makefile for helper commands.
The WSTK boards do not appear to have support for the mbed IDE, so for now programming is via a set of jlink scripts exposed via the makefile.