Library for interfacing to Nokia 5110 LCD display (as found on the SparkFun website). Used & amended by D.Leaming, University of Lincoln, December 2021 v01

Revision:
51:32f9ffeafb6d
Parent:
50:e73cd097fdcb
Child:
52:09994ce3be7b
diff -r e73cd097fdcb -r 32f9ffeafb6d N5110.h
--- a/N5110.h	Wed Jan 22 12:50:25 2020 +0000
+++ b/N5110.h	Wed Jan 22 13:17:33 2020 +0000
@@ -227,10 +227,6 @@
           PinName const sclkPin,
           PinName const ledPin);
 
-    /** Creates a N5110 object with the New Gamepad (Rev 2.1) pin mapping
-    */
-    N5110();
-    
     /**
      * Free allocated memory when object goes out of scope
      */