AVR-LibC
2.3.0
Standard C library for AVR-GCC
AVR-LibC Manual
AVR-LibC Sources
Main Page
User Manual
Library Reference
FAQ
Example Projects
Index
Loading...
Searching...
No Matches
source
avr-libc-onlinedocs
doc
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
12
/*
13
* Initialize LCD controller. Performs a software reset.
14
*/
15
void
lcd_init(
void
);
16
17
/*
18
* Send one character to the LCD.
19
*/
20
int
lcd_putchar(
char
c,
FILE
*stream);
FILE
struct __file FILE
Definition:
stdio.h:272
Generated on Sun Dec 28 2025 13:38:37 for AVR-LibC by
1.9.6