DS3232RTC | Arduino Library for Maxim Integrated DS3232
kandi X-RAY | DS3232RTC Summary
kandi X-RAY | DS3232RTC Summary
DS3232RTC is an Arduino library that supports the Maxim Integrated DS3231 and DS3232 Real-Time Clocks. This library is intended to be used with PJRC's Arduino Time library.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of DS3232RTC
DS3232RTC Key Features
DS3232RTC Examples and Code Snippets
Community Discussions
Trending Discussions on DS3232RTC
QUESTION
I'm building an Arduino sketch and I'm stuck with a strange error:
'time' was not declared in this scope
These are my includes:
...ANSWER
Answered 2017-Dec-30 at 10:27Including both time.h and Time.h is generally not a good idea.
This is due to case sensitivity or insensitivity of the compiler your'e working with.
Apparently this conflict was already posted as a known issue:
https://github.com/PaulStoffregen/Time/issues/74
Some Arduino users are trying to use this library with libraries like RTCZero that #include on case sensitive filesystems like macOS and older Windows. Here's a related issue: arduino-libraries/RTCZero#28 The compiler ends up including Time.h instead of the POSIX time.h inside the RTCZero library which causes compile errors. Would you be open to renaming Time.h in the library to avoid conflicts?
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install DS3232RTC
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page