AVR Libc Home Page
AVR Libc Development Pages
Main Page
User Manual
Library Reference
FAQ
Alphabetical Index
Example Projects
examples
stdiodemo
lcd.h
1
/*
2
* ----------------------------------------------------------------------------
3
* "THE BEER-WARE LICENSE" (Revision 42):
4
* <joerg@FreeBSD.ORG> wrote this file. As long as you retain this notice you
5
* can do whatever you want with this stuff. If we meet some day, and you think
6
* this stuff is worth it, you can buy me a beer in return. Joerg Wunsch
7
* ----------------------------------------------------------------------------
8
*
9
* Stdio demo, upper layer of LCD driver.
10
*
11
* $Id: lcd.h 1008 2005-12-28 21:38:59Z joerg_wunsch $
12
*/
13
14
/*
15
* Initialize LCD controller. Performs a software reset.
16
*/
17
void
lcd_init(
void
);
18
19
/*
20
* Send one character to the LCD.
21
*/
22
int
lcd_putchar(
char
c,
FILE
*stream);
FILE
struct __file FILE
Definition:
stdio.h:275
Automatically generated by Doxygen 1.8.7 on Tue Aug 12 2014.