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

Added equals() method to DateTime #61

Closed davidlehrian closed 3 years ago

davidlehrian commented 3 years ago

Description

Added a method to check if two DateTimes hold equal values.

Fixes # (issue) enhancement

Type of change

How Has This Been Tested?

Added test to RegressionTests.ino (and fixed an issue with the battery backup test while I was in there)

Test Configuration:

Checklist:

Zanshin Logo