Skip to content

bonezegei/Bonezegei_DS3231

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bonezegei_DS3231

Arduino Library for I2C Real Time Clock

This paper presents a library for Arduino to interface with the DS3231, a high-precision I2C real time clock (RTC) with an integrated temperature-compensated crystal oscillator (TCXO) and crystal. The library allows users to set and get the current date and time from the device. The library is based on the hardware datasheet of the DS3231, which provides detailed information on the device's functionality and registers (Analog Devices, 2015). The paper also explains the main functions of the library and how to use them in Arduino sketches.

Disclaimer

The code and libraries provided by Bonezegei is intended for informational and educational purposes only. Bonezegei does not own or manufacture the hardware associated with the code. The code is provided "as is" without any warranty, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose, and non-infringement. In no event shall Bonezegei be liable for any claim, damages, or other liability arising from the use of the code or the hardware. Users are solely responsible for ensuring that their use of the code complies with all applicable laws and regulations.

Other Resources

P

#bonezegei