Doc changes.

This commit is contained in:
David A. Mellis 2008-08-23 17:24:08 +00:00
parent 44d4a4ff8a
commit c8aff1e34f
3 changed files with 5 additions and 2 deletions

View File

@ -56,7 +56,7 @@
productName = App;
productReference = 33DD8FB6096AC8DA0013AF8F /* Arduino.app */;
productSettingsXML = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>
<!DOCTYPE plist PUBLIC \"-//Apple Computer//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">
<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">
<plist version=\"1.0\">
<dict>
<key>CFBundleDevelopmentRegion</key>
@ -687,6 +687,7 @@
33FFFD3F0965B1E40016AC38 /* Project object */ = {
isa = PBXProject;
buildConfigurationList = 33FFFD400965B1E40016AC38 /* Build configuration list for PBXProject "Arduino" */;
compatibilityVersion = "Xcode 2.4";
hasScannedForEncodings = 0;
mainGroup = 33FFFD3D0965B1E40016AC38;
productRefGroup = 33FFFD3D0965B1E40016AC38;

View File

@ -49,6 +49,7 @@ UPDATES
0012
* Added Arduino Nano and Arduino Pro (8 MHz) to the boards menu.
* Added a Servo library based on the work of Jim Studt.
* Added a LiquidCrystal library based on the work in the playground.
* Improved millis(): it now overflows after 49 days instead of 9 hours.
* Fixed reversing direction bug in Stepper library. (Thanks to Wayne Holder.)

View File

@ -3,11 +3,12 @@
0012
Update Windows avr-libc to 1.6 and avr-gcc to 4.3 (to match Mac).
Move Servo min/max parameters to attach() function from constructor.
Improve shiftOut() performance: http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1216659239/0
Add String library.
Comment LiquidCrystal examples.
Write LiquidCrystal documentation.
Document Servo library.
[done] Move Servo min/max parameters to attach() function from constructor.
[done] Add Arduino Nano to boards menu.
[done] Add Arduino Pro to boards menu.
[done] Per-board upload.using preference.