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