From 06baa20150ece9b45d038234a04ed558ed2effab Mon Sep 17 00:00:00 2001 From: Stanley Huang Date: Sun, 17 May 2015 23:29:58 +1000 Subject: Remove deprecated samples --- samples/dashboard_1602/LCD4Bit_mod.h | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 samples/dashboard_1602/LCD4Bit_mod.h (limited to 'samples/dashboard_1602/LCD4Bit_mod.h') diff --git a/samples/dashboard_1602/LCD4Bit_mod.h b/samples/dashboard_1602/LCD4Bit_mod.h deleted file mode 100644 index 7318c32..0000000 --- a/samples/dashboard_1602/LCD4Bit_mod.h +++ /dev/null @@ -1,27 +0,0 @@ -#ifndef LCD4Bit_mod_h -#define LCD4Bit_mod_h - -#include - -class LCD4Bit_mod { -public: - LCD4Bit_mod(int num_lines); - void commandWrite(int value); - void init(); - void print(int value); - void printIn(const char* value); - void clear(); - //non-core--------------- - void cursorTo(int line_num, int x); - void leftScroll(int chars, int delay_time); - //end of non-core-------- - - //4bit only, therefore ideally private but may be needed by user - void commandWriteNibble(int nibble); -private: - void pulseEnablePin(); - void pushNibble(int nibble); - void pushByte(int value); -}; - -#endif -- cgit v1.2.3