Library for Siemens SDA5708 8 digit LED matrix display. The control interface is SPI.

Dependents:   mbed_SDA5708

Files at this revision

API Documentation at this revision

Comitter:
wim
Date:
Tue Sep 30 18:14:31 2014 +0000
Parent:
3:7f65944fee37
Child:
5:c0f8118deca2
Commit message:
Doxygen test

Changed in this revision

SDA5708.h Show annotated file Show diff for this revision Revisions of this file
--- a/SDA5708.h	Tue Sep 30 17:48:48 2014 +0000
+++ b/SDA5708.h	Tue Sep 30 18:14:31 2014 +0000
@@ -108,7 +108,7 @@
  */
 
 
-#if(SDA5708_PRINTF == 1)
+//#if(SDA5708_PRINTF == 1)
 /** Create an SDA5708 Display object connected to the proper pins
  *
  * @param  *spi SPI port
@@ -116,15 +116,15 @@
  * @param  rst  PinName for Reset (active low)
 */
 class SDA5708 : public Stream {  
-#else    
-/** Create an SDA5708 Display object connected to the proper pins
- *
- * @param  *spi SPI port
- * @param  cs   PinName for Chip Select (active low)
- * @param  rst  PinName for Reset (active low)
-*/
-class SDA5708 {
-#endif
+//#else    
+///** Create an SDA5708 Display object connected to the proper pins
+// *
+// * @param  *spi SPI port
+// * @param  cs   PinName for Chip Select (active low)
+// * @param  rst  PinName for Reset (active low)
+//*/
+//class SDA5708 {
+//#endif
 
 public:
 
@@ -134,7 +134,6 @@
         DispOn    /**<  Display On */            
     };
 
-
    /** Create an SDA5708 Display object connected to the proper pins
      *
      * @param  *spi SPI port