Skip to content

Instantly share code, notes, and snippets.

// RTC-8564をつないでみる。
// 2016/04/29:edy
// 2016/04/30:detachInterrupt を使う。
// 2016/05/01:変数名の変更、RTCとのやり取りはBCDで行うが、内部ではDECIMAL
// 2016/05/07:初期電源投入時の問題を回避
//参考にしたサイト
//
//Arduinoで実験 (RTCモジュール)
//http://baticadila.dip.jp/arduino_104.html
//
//
// RTC-8564をつないでみる。
// 2016/04/29:edy
// 2016/04/30:detachInterrupt を使う。
// 2016/05/01:変数名の変更、RTCとのやり取りはBCDで行うが、内部ではDECIMAL
// 参考にしたサイト
//http://baticadila.dip.jp/arduino_104.html
//http://iizukakuromaguro.sakura.ne.jp/365_rtc8564/365_rtc8564.html
//http://edu.clipper.co.jp/pg-2-47.html
//http://genine.web.fc2.com/contents/arduino_memo.html
// digit 6行16桁7セグメントLCDを試す。
// セグメント調査用
// 2016/04/22
// edy
//
//参考にしたサイト
//http://forum.arduino.cc/index.php?topic=100429.msg753262#msg753262
String readString, row, addr, data;
// digit 6行16桁7セグメントLCDを試す。
// 2016/04/16
// edy
//
// 上から4行目(CS3)のアドレス変換
const int addrCS3[] = {8, 9, 6, 7, 4, 5, 2, 3, 0, 1, 10, 11, 12, 13, 14, 15,
16, 17, 18, 19, 20, 21, 30, 31, 28, 29, 26, 27, 24, 25, 22, 23
};