New Simple Blink Example Using the Wiring setup() and loop() Format
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
Very Good work..It certainly makes new coders like myself feel at home..
ReplyDeleteThanks
DeleteGood work. I have one question - how are you going to define a "1.0" release?
ReplyDeleteI 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