mirror of
https://github.com/arduino/Arduino.git
synced 2025-03-15 12:29:26 +01:00
Doc changes.
This commit is contained in:
parent
44d4a4ff8a
commit
c8aff1e34f
@ -56,7 +56,7 @@
|
|||||||
productName = App;
|
productName = App;
|
||||||
productReference = 33DD8FB6096AC8DA0013AF8F /* Arduino.app */;
|
productReference = 33DD8FB6096AC8DA0013AF8F /* Arduino.app */;
|
||||||
productSettingsXML = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>
|
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\">
|
<plist version=\"1.0\">
|
||||||
<dict>
|
<dict>
|
||||||
<key>CFBundleDevelopmentRegion</key>
|
<key>CFBundleDevelopmentRegion</key>
|
||||||
@ -687,6 +687,7 @@
|
|||||||
33FFFD3F0965B1E40016AC38 /* Project object */ = {
|
33FFFD3F0965B1E40016AC38 /* Project object */ = {
|
||||||
isa = PBXProject;
|
isa = PBXProject;
|
||||||
buildConfigurationList = 33FFFD400965B1E40016AC38 /* Build configuration list for PBXProject "Arduino" */;
|
buildConfigurationList = 33FFFD400965B1E40016AC38 /* Build configuration list for PBXProject "Arduino" */;
|
||||||
|
compatibilityVersion = "Xcode 2.4";
|
||||||
hasScannedForEncodings = 0;
|
hasScannedForEncodings = 0;
|
||||||
mainGroup = 33FFFD3D0965B1E40016AC38;
|
mainGroup = 33FFFD3D0965B1E40016AC38;
|
||||||
productRefGroup = 33FFFD3D0965B1E40016AC38;
|
productRefGroup = 33FFFD3D0965B1E40016AC38;
|
||||||
|
@ -49,6 +49,7 @@ UPDATES
|
|||||||
0012
|
0012
|
||||||
|
|
||||||
* Added Arduino Nano and Arduino Pro (8 MHz) to the boards menu.
|
* 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.
|
* Added a LiquidCrystal library based on the work in the playground.
|
||||||
* Improved millis(): it now overflows after 49 days instead of 9 hours.
|
* Improved millis(): it now overflows after 49 days instead of 9 hours.
|
||||||
* Fixed reversing direction bug in Stepper library. (Thanks to Wayne Holder.)
|
* Fixed reversing direction bug in Stepper library. (Thanks to Wayne Holder.)
|
||||||
|
3
todo.txt
3
todo.txt
@ -3,11 +3,12 @@
|
|||||||
0012
|
0012
|
||||||
|
|
||||||
Update Windows avr-libc to 1.6 and avr-gcc to 4.3 (to match Mac).
|
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
|
Improve shiftOut() performance: http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1216659239/0
|
||||||
Add String library.
|
Add String library.
|
||||||
Comment LiquidCrystal examples.
|
Comment LiquidCrystal examples.
|
||||||
Write LiquidCrystal documentation.
|
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 Nano to boards menu.
|
||||||
[done] Add Arduino Pro to boards menu.
|
[done] Add Arduino Pro to boards menu.
|
||||||
[done] Per-board upload.using preference.
|
[done] Per-board upload.using preference.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user