Skip to content

PCWHD Compiler schematic to communicate with DS1307 RTC

Notifications You must be signed in to change notification settings

gmazoni/pcwhd_ds1307

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

pcwhd_ds1307

PCWHD Compiler schematic to communicate with DS1307 RTC

Example of usage:

#define RTC_SDA PIN_B0

#define RTC_SCL PIN_B1

char dds_e[8][4] = {"","Seg","Ter","Qua","Qui","Sex","Sab","Dom"};

ds1307_get_date(); ds1307_get_time();

printf(lcd_putc,"\fHoje eh %s\n%02d:%02d:%02d - %02d/%02d",dds_e[dds],hor,min,seg,dia,mes);

About

PCWHD Compiler schematic to communicate with DS1307 RTC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages