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

Dependencies:   SDFileSystem mbed

extdio.h

Committer:
kohacraft
Date:
2017-05-23
Revision:
2:3ca92c70070c
Parent:
1:bd1c3875fb64

File content as of revision 2:3ca92c70070c:

/* 電子ペーパーインタフェース回路(シリアルパラレル変換)の制御用です */

#define LE 0x01
#define OE 0x02
#define NC10 0x04
#define SPH 0x08
#define GMODE 0x10
#define SPV 0x20
#define CKV 0x40
#define EN 0x80

//CLピンの変更
void setCL( bool state );

//制御バスピン変更
void setContBus( char mask , bool state );

//データバスピン変更
void setDataBus( char data );