Modified comments

This commit is contained in:
Th3maz1ng 2020-05-11 14:35:47 +02:00
parent 8556363265
commit 2f430b305c
2 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,5 @@
// Code by JeeLabs http://news.jeelabs.org/code/
// Released to the public domain! Enjoy!
// Added a real begin verification for the ds3231 01/05/2019 Th3maz1ng
// Added a real begin verification for the ds1307 27/04/2020 Th3maz1ng
#include <Wire.h>
#include "RTClib.h"

View File

@ -1,7 +1,8 @@
// Code by JeeLabs http://news.jeelabs.org/code/
// Released to the public domain! Enjoy!
// Added a real begin verification for the ds3231 01/05/2019 Th3maz1ng
// Adding DS3231 internal temp sensor reading
// Added a real begin verification for the ds1307 27/04/2020 Th3maz1ng
// Adding DS3231 internal temperature sensor reading
#ifndef _RTCLIB_H_
#define _RTCLIB_H_