sketchbook
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
ds1302.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <string.h>
#include <time.h>
#include <wiringPi.h>
#include <ds1302.h>

Macros

#define RTC_SECS   0
 
#define RTC_MINS   1
 
#define RTC_HOURS   2
 
#define RTC_DATE   3
 
#define RTC_MONTH   4
 
#define RTC_DAY   5
 
#define RTC_YEAR   6
 
#define RTC_WP   7
 
#define RTC_TC   8
 
#define RTC_BM   31
 

Functions

int main (int argc, char *argv[])
 

Macro Definition Documentation

#define RTC_BM   31
#define RTC_DATE   3
#define RTC_DAY   5
#define RTC_HOURS   2
#define RTC_MINS   1
#define RTC_MONTH   4
#define RTC_SECS   0
#define RTC_TC   8
#define RTC_WP   7
#define RTC_YEAR   6

Function Documentation

int main ( int  argc,
char *  argv[] 
)