InetrfaceProducts NXP / Mbed 2 deprecated PCA9622_LED8x8_Hello

Dependencies:   PCA9622_LED8x8 mbed

Revision:
2:aaa5b046e49d
Parent:
0:ac9e3a1bbc8f
diff -r 2d0488faaa05 -r aaa5b046e49d main.cpp
--- a/main.cpp	Fri Nov 28 10:53:10 2014 +0000
+++ b/main.cpp	Thu Dec 25 02:25:57 2014 +0000
@@ -2,8 +2,8 @@
  *  A hello world code for the PCA9622 LED 8x8 library
  *
  *  @author  Tedd OKANO
- *  @version 1.0
- *  @date    28-Nov-2014
+ *  @version 1.1
+ *  @date    25-Dec-2014
  *
  *  This is a very simple sample code for the PCA9622_LED8x8 library. 
  *  Target hardware : "I2C 8x8 LED matrix board" from Switch Science
@@ -31,8 +31,6 @@
     float   image[ 8 ][ 8 ];  //  
     int     count   = 0;
     
-    matrix.start();
-
     while(1) {
         
         //  making 8x8 image to "image" array