Rybec/pyRTOS

Update Rotary Trinkey Test/Example Code

Closed this issue · 1 comments

Rybec commented

The Rotary Trinkey code is now broken due to changes to the default settings for Task objects. It needs updated to work with the new mechanics.

Doing this will also provide some testing for the new mechanics, especially for Task Notifications. This is final step before building the 1.0.0 release! Once this is done, we can build the 1.0.0 .mpy for pyRTOS, test it, and then hopefully release it.

Should perhaps add a CHANGELOG.md document with a section on how to update code written for one major version to work for the next...

Rybec commented

Turns out only one line needed fixed.

This has not been tested, however the update was trivially simple, and the mechanic in question has been tested in sample.py.