Wednesday 19 December 2012

Stellarino 0.5 Release

New Simple Blink Example Using the Wiring setup() and loop() Format

Stellarino 0.5 is now available!  You can download it here.

Changes include:
  • A new FOSS UART library that eliminates dependence on the GPL-unfriendly TI UARTstdio library. It is still a work in progress however.
  • Timer functions renamed millis() and micros() to better match Wiring
  • Timer range has been extended to 50 days for millis() and 7 hours for micros()
  • Fixed delayMicroseconds()
  • New example blink program showing the setup() and loop() structure of Wiring sketches

4 comments:

  1. Very Good work..It certainly makes new coders like myself feel at home..

    ReplyDelete
  2. Good work. I have one question - how are you going to define a "1.0" release?

    ReplyDelete
    Replies
    1. I don't really have a specific goal for a 1.0 release so it will probably just end up being the version that comes after 0.9.

      Delete