sfb-latest.zip and sfb-latest-html-docs.zip
have been updated to version 0.9.12. At
http://livingcomputation.com/ixm/pub.
Some brief change notes at
http://robust.cs.unm.edu/doku.php?id=news
Only externally-visible change is a new
'QLED' module that allows you to queue
up (simple or wild) blink patterns on
the built-in LEDs without calling
delay().
This is particularly important inside
packet and alarm handlers, because
slowing down a handler with delay()
means any other pending packet and alarm
handlers get delayed as well.
- Dave