You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
2019-03-17 - Release v1.5
Some code improvements (handing devices, cleaning up)
Tested w/ MicroPython v1.10
New pictures
A new wiki page with extentions and modifications
New pictures, annotated pictures of board v1.2
Some new text on memory and performance
A few bug fixes
More drivers (dotstar, VL6180X).
Works now also with the M4 Express Feather from Adafruit (and CircuitPython).
Eliminated the need for a timer. Added spin_ms(), which needs to be called once per loop and instead of sleep_ms() to keep board updated. This solution is superior to the use of a timer, because (i) it is deterministic (avoids randomly interrupting the program flow and, hence, inconsistencies) and (ii) makes the code compatible to CircuitPython, which does not (yet?) support timers.
Now board v1.2 included, some code refactoring and improvements