mikaelpatel / Cosa

An Object-Oriented Platform for Arduino/AVR
https://mikaelpatel.github.io/Cosa/
GNU Lesser General Public License v2.1
339 stars 76 forks source link

Add support for MCP7940N Real-Time Clock/Calender (RTCC) #189

Closed mikaelpatel closed 10 years ago

mikaelpatel commented 10 years ago

Complete support for Anarduino MiniWireless board.

mikaelpatel commented 10 years ago

See commit https://github.com/mikaelpatel/Cosa/commit/0ad679ce63202699f1b5d3b94330f4fb25047f34.

Waiting for Anarduino MiniWireless for testing.

mikaelpatel commented 10 years ago

Should implement an interrupt handler for alarms.

mikaelpatel commented 10 years ago

Alarm interrupt handler added (MFP). See commit https://github.com/mikaelpatel/Cosa/commit/7a12fdbd3f014b1ddd3ba6c8869218c2d163e3d0.

mikaelpatel commented 10 years ago

Example sketch now available. See commit https://github.com/mikaelpatel/Cosa/commit/1432cd862c44f27471291f1372d30bd03244f7d7.