mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-11 07:25:07 +01:00
RTC.h
To add support for RTC to all scripts for this project.
This commit is contained in:
parent
cc1668a2e3
commit
c30047c5f6
13
Cart_Reader/RTC.h
Normal file
13
Cart_Reader/RTC.h
Normal file
@ -0,0 +1,13 @@
|
||||
// RTC Library
|
||||
#ifndef _RTC_H
|
||||
#define _RTC_H
|
||||
|
||||
#include "RTClib.h"
|
||||
|
||||
void RTCStart();
|
||||
|
||||
void dateTime(uint16_t* date, uint16_t* time);
|
||||
|
||||
String RTCStamp();
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user