2013-10-01から1ヶ月間の記事一覧

Arduinoはやみ表

http://www.musashinodenpa.com/arduino/ref/arduinoHH12.pdf

RTC DS1307 RAM 

明日実験予定 楽しみ /*http://www.glacialwanderer.com/hobbyrobotics/?p=12#comment-3723*/ //http://arms22.blog91.fc2.com/blog-entry-232.html http://forum.arduino.cc/index.php/topic,28127.0.html #include #include #define DS1307_I2C_ADDRESS 0x…

RTC RAM

KW ds1307 ram使い方 RTC ram使い方 http://blog.digit-parts.com/pdf/rtc612130713sp.pdf http://www.eleki-jack.com/FC/2011/07/arduino3.html http://forum.arduino.cc/index.php/topic,18943.0.htmlvoid WriteRam(int address,byte data){ Wire.beginTra…

arduino マルチタスクは困ったチャン。

1)タイマー使うか つまり、FlexiTimer2では(MsTimer2でも)2つ以上のタイマを設置できない。 2つ以上のタイマ動作が必要なら、Arduino Playground - Metro を使うのが良い。 http://d.hatena.ne.jp/LaclefYoshi/20110129/1296310627 2)Concurrency http:/…

arduino uno mega ピン番号

arduino MEGA 2560 デジタル入出力 0〜53 デジタル入出力 (A0〜A15)= 54〜69 PWM出力 2〜13, 44〜46 アナログ入力 A0〜A15 LED 13 SDA(I2C)=20 (44) SCL(I2C)=21 (43) arduino Uno デジタル入出力 0〜13 デジタル入出力(A0〜A5)=14〜19 PWM出力 3, 5, 6, 9, …