Dallas_DS1302_RTC_test1 by cnavarro.netsup

Test del breakout board RTC conteniendo el chip de Dallas 1302Z. Se lee el RTC y se envĂ­a al NOKIA 5110.
El chip dallas DS1302, no tiene interface I2C, ni DSP, ni 1 wire, utiliza una interface "propietaria" (?) 3-wire, por lo que no requiere uso especial de pins en el Arduino. Se pueden utilizar cualesquiera. En este caso utilizaremos CE -> pin8, I/O -> pin 7 y SCLK -> pin 6.

Embed This Sketch

Use the following HTML code to embed the sketch code above in your blog or website.

<iframe style="height: 510px; width: 100%; margin: 10px 0 10px;" allowTransparency="true" src="https://codebender.cc/embed/sketch:350890" frameborder="0"></iframe>

Embed The Serial Monitor

You can also embed the Serial Monitor section! Just use this HTML code.

<iframe style="height: 510px; width: 100%; margin: 10px 0 10px;" allowTransparency="true" src="https://codebender.cc/embed/serialmonitor" frameborder="0"></iframe>