Test program for the LPD8806 library. Standard connected to 1st hardware SPI module. Data -> p5 and Clock -> p7
Revision 2:c9d9fa02a4e4, committed 2011-12-16
- Comitter:
- ehbmbed2
- Date:
- Fri Dec 16 10:43:27 2011 +0000
- Parent:
- 1:c70352e536c0
- Commit message:
- Updated comments
Changed in this revision
LPD8806.lib | Show annotated file Show diff for this revision Revisions of this file |
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r c70352e536c0 -r c9d9fa02a4e4 LPD8806.lib --- a/LPD8806.lib Fri Dec 16 03:31:25 2011 +0000 +++ b/LPD8806.lib Fri Dec 16 10:43:27 2011 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/ehbmbed2/code/LPD8806/#12e734116fea +http://mbed.org/users/ehbmbed2/code/LPD8806/#6ebd3ac910b6
diff -r c70352e536c0 -r c9d9fa02a4e4 main.cpp --- a/main.cpp Fri Dec 16 03:31:25 2011 +0000 +++ b/main.cpp Fri Dec 16 10:43:27 2011 +0000 @@ -4,7 +4,11 @@ // found at: http://github.com/adafruit/LPD8806 // and their strips: http://www.adafruit.com/products/306 // Released under the MIT License: http://mbed.org/license/mit - +// +// standard connected to 1st hardware SPI +// LPD8806 <> MBED +// DATA -> P5 +// CLOCK -> p7 /*****************************************************************************/ #include "LPD8806.h"