DS1302 Hello World program

Dependencies:   DS1302 mbed

Revision:
1:e747c4ea86e0
Parent:
0:5e6107966aba
--- a/main.cpp	Mon Mar 31 20:54:17 2014 +0000
+++ b/main.cpp	Sat Feb 21 15:18:52 2015 +0000
@@ -8,7 +8,7 @@
 #include "mbed.h"
 #include "DS1302.h"
 
-DS1302 clk(SCLK, IO, PTC3);
+DS1302 clk(SCLK, IO, CE);
 
 int main() {
     #ifdef INITIAL_RUN