Month: December 2011

The 5 Best Toys of All Time

The 5 Best Toys of All Time

I really enjoyed this surprising and clever post by Jonathan Liu on the GeekDad blog. When I saw the headline I immediately started thinking of all the plastic toys in my house, and then saw #1: a stick. This versatile toy is a real classic — chances are your great-great-grandparents played with one, and your […]

Arduino 1.0 is Out: Here’s What You Need To Know

Arduino 1.0 is Out: Here’s What You Need To Know

Although it should not difficult to get sketches written for previous Arduino versions working with Arduino 1.0, that release has important changes you need to be aware of. The first thing you will notice when launching the software is the look of the IDE. Some icons are different from previous versions of the software and there are changes and additions in the menus. The error messages when dealing with selecting boards have been improved and the new ADK and Ethernet boards have been added.

More significant are changes in the underlying core software and libraries. The stated purpose of 1.0 is to introduce disruptive changes that will smooth the way for future enhancements but break some code written for older software. New header files mean that older contributed libraries will need updating. Methods in Ethernet and Wire have been changed and there are subtle differences in the print functionality.