AVR Libc Home Page AVRs AVR Libc Development Pages
Main Page User Manual Reference FAQ Example Projects

lcd.h

011/*
022* ----------------------------------------------------------------------------
033* "THE BEER-WARE LICENSE" (Revision 42): 044* <joerg@FreeBSD.ORG> wrote this file. As long as you retain this notice you 055* can do whatever you want with this stuff. If we meet some day, and you think 066* this stuff is worth it, you can buy me a beer in return. Joerg Wunsch 077* ---------------------------------------------------------------------------- 088* 099* Stdio demo, upper layer of LCD driver. 1010* 1111* $Id: lcd.h 1008 2005-12-28 21:38:59Z joerg_wunsch $ 1212*/ 1313 1414/* 1515* Initialize LCD controller. Performs a software reset. 1616*/ 1717void lcd_init(void); 1818 1919/* 2020* Send one character to the LCD. 2121*/ 2222int lcd_putchar(char c, FILE *stream);

FILE struct __file FILE

Definition: stdio.h:277