Transistor Gijutsu, October 2014, Special Features Chapter 7,Software of the LCRmeter トランジスタ技術2014年10月号 特集第7章のソフトウェア,サバイバルLCRメータ

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers lcd_P4bit.h Source File

lcd_P4bit.h

00001 // HD44780 type 4bit parallel LCD Control
00002 // function prototype
00003 
00004 void LCD_iniz( void );
00005 void LCD_cmd( char c );
00006 void LCD_data( char d );
00007 void LCD_puts( char *s );