sqefqsdf

Dependencies:   C12832 EthernetInterface LM75B mbed-rtos mbed

Fork of app-board-LM75B by Chris Styles

Revision:
6:77a4c45f6416
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/LCD.cpp	Thu Mar 23 12:51:27 2017 +0000
@@ -0,0 +1,6 @@
+#include "LCD.h"
+
+LCD::LCD(PinName mosi, PinName sck, PinName reset, PinName a0, PinName ncs):C12832(mosi, sck, reset, a0, ncs)
+{
+
+}
\ No newline at end of file