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

Dependencies:   mbed

Committer:
Dance
Date:
Thu Aug 28 07:09:42 2014 +0000
Revision:
0:b3e41ec91adf
????????2014?10?????7????????

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Dance 0:b3e41ec91adf 1 // HD44780 type 4bit parallel LCD Control
Dance 0:b3e41ec91adf 2 // function prototype
Dance 0:b3e41ec91adf 3
Dance 0:b3e41ec91adf 4 void LCD_iniz( void );
Dance 0:b3e41ec91adf 5 void LCD_cmd( char c );
Dance 0:b3e41ec91adf 6 void LCD_data( char d );
Dance 0:b3e41ec91adf 7 void LCD_puts( char *s );