Zanduino / MCP7940

Arduino Library to access the MCP7940M, MCP7940N and MCP7940x Real-Time chips
GNU General Public License v3.0
35 stars 22 forks source link

Add a new example program for MCP7940N power fail #52

Closed SV-Zanshin closed 3 years ago

SV-Zanshin commented 3 years ago

Describe what the feature request is and if it solves an issue or adds functionality the current "SimpleBatteryBackup.ino" program assumes that the Arduino remains powered up while power is removed from the MCP7940N. This is typically not the case in a real implementation, so another example program is needed to demonstrate power-up checking in the sketch.

Describe the solution you'd like Create new example program

Describe alternatives you've considered None

SV-Zanshin commented 3 years ago

Done.