Rev 166 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 166 | Rev 332 | ||
|---|---|---|---|
| Line 1... | Line 1... | ||
| 1 | #ifndef LCD_H |
1 | #ifndef LCD_H |
| 2 | #define LCD_H |
2 | #define LCD_H |
| - | 3 | ||
| - | 4 | /* For compatibility with BIOS */ |
|
| - | 5 | #include <bios.h> |
|
| - | 6 | #define F_OSC F_CPU |
|
| - | 7 | ||
| 3 | /************************************************************************* |
8 | /************************************************************************* |
| 4 | Title : C include file for the HD44780U LCD library (lcd.c) |
9 | Title : C include file for the HD44780U LCD library (lcd.c) |
| 5 | Author: Peter Fleury <pfleury@gmx.ch> http://jump.to/fleury |
10 | Author: Peter Fleury <pfleury@gmx.ch> http://jump.to/fleury |
| 6 | File: $Id: lcd.h,v 1.13.2.2 2006/01/30 19:51:33 peter Exp $ |
11 | File: $Id: lcd.h,v 1.13.2.2 2006/01/30 19:51:33 peter Exp $ |
| 7 | Software: AVR-GCC 3.3 |
12 | Software: AVR-GCC 3.3 |