A feature complete driver for the ISL1208 real time clock from Intersil.

Dependents:   ISL1208_HelloWorld

Revision:
1:c951ff6da740
Parent:
0:697ca602e934
Child:
2:f33dbb2535a3
--- a/ISL1208.h	Mon Sep 09 19:32:41 2013 +0000
+++ b/ISL1208.h	Mon Sep 16 22:06:51 2013 +0000
@@ -59,7 +59,7 @@
  *             wait(1.0);
  *         }
  *     } else {
- *         printf("Device not detected!\n");
+ *         error("Device not detected!\n");
  *     }
  * }
  * @endcode