Zanduino / MCP7940

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

Correct handling of leap years #19

Closed SV-Zanshin closed 6 years ago

SV-Zanshin commented 6 years ago

Add rule so that years divisible by 100 but not divisible by 400 are not leap years

SV-Zanshin commented 6 years ago

Added code to current development branch