sqefqsdf

Dependencies:   C12832 EthernetInterface LM75B mbed-rtos mbed

Fork of app-board-LM75B by Chris Styles

LCD.cpp

Committer:
gimohd
Date:
2017-05-09
Revision:
7:0618a1e407d0
Parent:
6:77a4c45f6416

File content as of revision 7:0618a1e407d0:

#include "LCD.h"

LCD::LCD(PinName mosi, PinName sck, PinName reset, PinName a0, PinName ncs):C12832(mosi, sck, reset, a0, ncs)
{

}