Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: PCA9622_LED8x8 mbed
Diff: main.cpp
- 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
PCA9622 8x8 LED matrix module