Some brief change notes at
http://robust.cs.unm.edu/doku.php?id=news
Primary new feature is the ability to change
the processor speed, to trade off energy
consumption against computational speed.
If a sketch doesn't need many cycles, for
example, you can cut its power usage by over
half, just by adding:
Processor.setMinSpeed();
to its setup() function. And if it a sketch
needs to put the hammer down from time to
time, you can change speeds on the fly too.
Sample sketches at
http://livingcomputation.com/s/doc/Tutorials.html#BasicSpeed
- Dave