Changes between Version 8 and Version 9 of ArduinoDuemilanove


Ignore:
Timestamp:
Oct 26, 2008 2:39:32 AM (16 years ago)
Author:
sgk
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ArduinoDuemilanove

    v8 v9  
    131131SPIの使用方法については、ATmega168のデータシートを参照してください。
    132132
    133 == Programming ==
     133== プログラミング ==
    134134
    135 The Arduino Duemilanove can be programmed with the Arduino software (download). For details, see the reference and tutorials.
     135Arduino Duemilanoveにプログラムを書き込むには、Arduinoソフトウェア([http://arduino.cc/en/Main/Software ダウンロード])を使用します。
     136詳細については、[http://arduino.cc/en/Reference/HomePage リファレンスマニュアル]および[http://arduino.cc/en/Tutorial/HomePage チュートリアル]を参照して下さい。
    136137
    137 The ATmega168 on the Arduino Duemilanove comes preburned with a bootloader that allows you to upload new code to it without the use of an external hardware programmer. It communicates using the original STK500 protocol (reference, C header files).
     138Arduino Duemilanoveが搭載しているATmega168には、あらかじめブートローダを書き込んであります。
     139このブートローダにより、外部の書き込み装置を使わずにプログラムを書き込むことが可能になっています。
     140書き込みの際の通信は、アトメル社が開発したSTK500プロトコル([http://www.atmel.com/dyn/resources/prod_documents/doc2525.pdf リファレンス]、[http://www.atmel.com/dyn/resources/prod_documents/avr061.zip Cのヘッダファイル)です。
    138141
    139 You can also bypass the bootloader and program the ATmega168 through the ICSP (In-Circuit Serial Programming) header; see these instructions for details.
     142ブートローダを使用せず、ICSPヘッダ(In-Circuit Serial Programming、ISPとも呼ぶ)を使用してATmega168に書き込むこともできます。
     143[http://arduino.cc/en/Hacking/Programmer 書き込み方法については、このページを参照して下さい。]
    140144
    141145== Automatic (Software) Reset ==