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

Dependencies:   mbed

lcd_P4bit.h

Committer:
Dance
Date:
2014-08-28
Revision:
0:b3e41ec91adf

File content as of revision 0:b3e41ec91adf:

// HD44780 type 4bit parallel LCD Control
// function prototype

void LCD_iniz( void );
void LCD_cmd( char c );
void LCD_data( char d );
void LCD_puts( char *s );