mirror of
https://github.com/arduino/Arduino.git
synced 2025-03-13 10:29:35 +01:00
Doc changes.
This commit is contained in:
parent
44d4a4ff8a
commit
c8aff1e34f
@ -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;
|
||||
|
@ -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.)
|
||||
|
3
todo.txt
3
todo.txt
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user