RTC_NXP_Arduino 0.5.2
LED driver device operation sample code for Arduino
Loading...
Searching...
No Matches
PCF85063TP.cpp
1#include "RTC_NXP.h"
2
3void warning( void )
4{
5 Serial.println( "** NO HARDWARE SUPPORT AVAILABLE FOR PCF85063TP **" );
6}
7
8
9PCF85063TP::PCF85063TP( uint8_t i2c_address ) : PCF85063A( i2c_address )
10{
11}
12
13PCF85063TP::PCF85063TP( TwoWire& wire, uint8_t i2c_address ) : PCF85063A( wire, i2c_address )
14{
15}
16
18{
19}
virtual ~PCF85063TP()
PCF85063TP(uint8_t i2c_address=(0xA2 > > 1))
Definition PCF85063TP.cpp:9