Changes between Version 3 and Version 4 of ArduinoIDEChangeLog


Ignore:
Timestamp:
Aug 14, 2009 6:13:58 PM (15 years ago)
Author:
sgk
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ArduinoIDEChangeLog

    v3 v4  
    22
    33 [http://arduino.cc/en/Main/ReleaseNotes オリジナルの英語版はこちら]
     4
     5== 0017 - 2009/7/25 ==
     6
     7=== ドキュメントおよびスケッチ例 ===
     8 * Tom Igoe氏提供の、新しいスケッチ例およびスケッチ例の更新
     9
     10=== コアおよびライブラリ ===
     11
     12 * Updated LiquidCrystal library by Limor Fried.  See reference for details.
     13 * Updated Firmata library to version 2.1 (rev. 25).
     14 * Replaced the Servo library with one (MegaServo) by Michael Margolis.
     15  Supports up to 12 servos on most Arduino boards and 48 on the Mega.
     16 * Improving the accuracy of the baud rate calculations for serial
     17  communication (fixing double-speed problems on 8 MHz Arduino boards).
     18  Thanks to gabebear.
     19
     20=== 統合環境 ===
     21 * Synchronized with the Processing 1.0.3 code base (rev. 5503), bringing
     22  many improvements (listed below).
     23 * New icons and about image by Thomas Glaser (envis precisely).
     24 * Support for multiple sketch windows.
     25 * The serial monitor now has its own window.
     26 * Comment / Uncomment menu item (in Edit) and keyboard shortcut.
     27 * Increase and Decrease Indent menu items (in Edit) and keyboard shortcuts.
     28 * Support for third-party libraries in the SKETCHBOOK/libraries folder.
     29 * Libraries are now compiled with the sketch, eliminating the delay when
     30  switching boards and the need to delete .o files when changing library
     31  source code.
     32 * Arduino now comes as an app file (in a dmg) on the Mac.
     33 * Adding the Arduino Nano w/ ATmega328 to the Tools > Board menu.
    434
    535== 0013 - 2009.02.06 ==