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

Dependents:   mbed_SDA5708

Revision:
6:27200bf65974
Parent:
5:c0f8118deca2
Child:
7:18f89a3613d4
--- a/SDA5708.h	Tue Sep 30 18:27:40 2014 +0000
+++ b/SDA5708.h	Tue Sep 30 18:30:44 2014 +0000
@@ -115,7 +115,7 @@
  * @param  rst  PinName for Reset (active low)
 */
 class SDA5708 {
-#endif
+#else
 
 #if (SDA5708_PRINTF == 1)
 class SDA5708 : public Stream {  
@@ -123,6 +123,8 @@
 class SDA5708 {
 #endif
 
+#endif
+
 public:
 
     /** Display control */