From 4a2ba4b7105d168932163cbd07a062fdf2ba00e9 Mon Sep 17 00:00:00 2001 From: sicarius Date: Sat, 17 Feb 2007 00:35:01 +0000 Subject: +++ enhanced framework hardware interface --- source/AVR_Studio/Soccer/hal/keylcd.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'source/AVR_Studio/Soccer/hal/keylcd.h') diff --git a/source/AVR_Studio/Soccer/hal/keylcd.h b/source/AVR_Studio/Soccer/hal/keylcd.h index 590c0cb..9403aa6 100755 --- a/source/AVR_Studio/Soccer/hal/keylcd.h +++ b/source/AVR_Studio/Soccer/hal/keylcd.h @@ -1,22 +1,18 @@ #ifndef _KEYLCD_H_ #define _KEYLCD_H_ -#include "i2c.h" +//#include "i2c.h" #include "string.h" - -#define I2C_KEYLCD 2 -#define LCD_CMD_PRINTSTR 0 +#include "uart.h" class KeyLCD { private: - I2C i2c; public: KeyLCD(); ~KeyLCD(); void print(char* data); - uint8_t error(); void clear(); }; -- cgit v1.2.3