sketchbook
|
Go to the source code of this file.
Functions | |
unsigned int | ds1302rtcRead (const int reg) |
void | ds1302rtcWrite (const int reg, const unsigned int data) |
unsigned int | ds1302ramRead (const int addr) |
void | ds1302ramWrite (const int addr, const unsigned int data) |
void | ds1302clockRead (int clockData[8]) |
void | ds1302clockWrite (const int clockData[8]) |
void | ds1302trickleCharge (const int diodes, const int resistors) |
void | ds1302setup (const int clockPin, const int dataPin, const int csPin) |
void ds1302clockRead | ( | int | clockData[8] | ) |
void ds1302clockWrite | ( | const int | clockData[8] | ) |
unsigned int ds1302ramRead | ( | const int | addr | ) |
void ds1302ramWrite | ( | const int | addr, |
const unsigned int | data | ||
) |
unsigned int ds1302rtcRead | ( | const int | reg | ) |
void ds1302rtcWrite | ( | const int | reg, |
const unsigned int | data | ||
) |
void ds1302setup | ( | const int | clockPin, |
const int | dataPin, | ||
const int | csPin | ||
) |
void ds1302trickleCharge | ( | const int | diodes, |
const int | resistors | ||
) |