PixArt Imaging / Mbed 2 deprecated PAT9125_OTS_KL46Z

Dependencies:   pat9125_mbed mbed

Branch:
Branch_nRF51
Revision:
15:44049ba1d4c2
Parent:
4:1cd61816c013
Child:
16:f105483ee839
--- a/pixart_lcm/pixart_lcm.h	Wed Oct 18 10:01:44 2017 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-#ifndef PIXART_LCM_H
-#define PIXART_LCM_H
-
-#include "stdint.h"
-#include "mbed.h"
-
-typedef uint8_t boolean ;
-
-class pixart_lcm
-{
-    public:           
-
-        pixart_lcm(SPI *pSPI, DigitalOut *pCSB, DigitalOut *pRSTB, DigitalOut *pRS) ;
-        void LCM_DisplayString(unsigned char line, unsigned char position, const char *ptr) ;
-        void LCM_DisplayDecimal(unsigned char line, unsigned char position, unsigned int hex_word, unsigned char digits) ;
-        void LCM_DisplayString_Reset(void);
-        void LCM_DisplayString_Boot(boolean sen_status);
-
-};
-#endif