A simple serial test program for the ISL1208 library.

Dependencies:   ISL1208 mbed

Revision:
1:e983c454f8be
Parent:
0:48943967d624
Child:
4:c003cef32315
--- a/main.cpp	Mon Sep 09 19:34:12 2013 +0000
+++ b/main.cpp	Mon Sep 16 22:07:48 2013 +0000
@@ -33,6 +33,6 @@
             wait(1.0);
         }
     } else {
-        printf("Device not detected!\n");
+        error("Device not detected!\n");
     }
 }