Gustavo Ramirez
/
Rtc_Ds1307_Sample13
EJEMPLO PARA LA TAREA PICO Y PLACA
Fork of Rtc_Ds1307_Sample by
Revision 3:9aca52e8a9ef, committed 2017-04-25
- Comitter:
- tony63
- Date:
- Tue Apr 25 18:33:20 2017 +0000
- Parent:
- 2:3be003301107
- Commit message:
- EJEMPLO DE LA TAREA PICO Y PLACA
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 3be003301107 -r 9aca52e8a9ef main.cpp --- a/main.cpp Wed Jun 26 21:07:13 2013 +0000 +++ b/main.cpp Tue Apr 25 18:33:20 2017 +0000 @@ -2,7 +2,7 @@ #include "Rtc_Ds1307.h" //RtcCls rtc(p28, p27, p29, true); -Rtc_Ds1307 rtc(p28, p27); +Rtc_Ds1307 rtc(PTE0,PTE1);//sda,scl Serial pc(USBTX, USBRX, "pc");