Skip to content

facts-engineering/PCF8563_RTC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PCF8563 RTC Arduino Library

Arduino library for the P1AM-200 PCF8563 RTC chip.

Use the Arduino Library Manager to install.

Example

Here is a simple example which shows the capabilities of the library

#include <PCF8563.h>

void setup(){
  Serial.begin(9600);
  while(!Serial){
    ;
  }
  Serial.println(PCF8563_RTC.getEpoch());	//Print RTC's epoch time
}

void loop(){
}

About

Arduino library for the P1AM-200 PCF8563 RTC chip.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages