Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Diff: pixart_lcm/pixart_lcm.h
- Revision:
- 16:7bea34dc0356
- Parent:
- 15:089f1d28d152
- Child:
- 17:2ba047d55615
--- a/pixart_lcm/pixart_lcm.h Fri Oct 20 10:58:39 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
PAT9125EL - Miniature Optical Navigation for Surface Tracking