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

Dependencies:   mbed

Revision:
0:b3e41ec91adf
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/lcd_P4bit.h	Thu Aug 28 07:09:42 2014 +0000
@@ -0,0 +1,7 @@
+// 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 );