Micro4you Studio
Engineering Design House
Engineering Design House
Feb 9th
Download http://arduino.cc/en/Main/Software
0018 - 2010.01.29 [core / libraries] * Added tone() and noTone() functions for frequency generation. * Added Serial.end() command. * Added precision parameter for printing of floats / doubles. * Incorporated latest version of Firmata. * Fixed bug w/ disabling use of the RW pin in the LiquidCrystal library. * No longer disabling interrupts in delayMicroseconds(). * Fixed bug w/ micros() returning incorrect values from within an interrupt. * Fixed bug that broke use of analog inputs 8-15 on the Mega. [environment] * Synchronized with the Processing 1.0.9 code base, bringing various fixes, including to a bug causing saving More >
Aug 12th
Arduino 0017
The open-source Arduino environment makes it easy to write code and upload it to the i/o board. It runs on Windows, Mac OS X, and Linux. The environment is written in Java and based on Processing, avr-gcc, and other open source software.
0017 - 2009.07.25 [documentation / examples] * Many new and revised examples from Tom Igoe. [core / libraries] * Updated LiquidCrystal library by Limor Fried. See reference for details. * Updated Firmata library to version 2.1 (rev. 25). * Replaced the Servo library with one (MegaServo) by Michael Margolis. Supports up to 12 servos on most Arduino boards More >