電子ペーパーで所在を表示しておくプレートのプログラムです

Dependencies:   SDFileSystem mbed

Revision:
1:bd1c3875fb64
Parent:
0:eca549a6e38d
--- a/extdio.h	Thu Apr 21 00:42:46 2016 +0000
+++ b/extdio.h	Tue May 23 01:00:24 2017 +0000
@@ -1,3 +1,5 @@
+/* 電子ペーパーインタフェース回路(シリアルパラレル変換)の制御用です */
+
 #define LE 0x01
 #define OE 0x02
 #define NC10 0x04
@@ -11,8 +13,7 @@
 void setCL( bool state );
 
 //制御バスピン変更
-void setContBas( char mask , bool state );
+void setContBus( char mask , bool state );
 
 //データバスピン変更
-void setDataBas( bool d7 ,  bool d6 ,  bool d5 ,  bool d4 ,  bool d3 ,  bool d2 ,  bool d1 ,  bool d0  );
-
+void setDataBus( char data );