no modif
Revision 0:4e322ce31f59, committed 2012-09-04
- Comitter:
- GuiTwo
- Date:
- Tue Sep 04 14:50:15 2012 +0000
- Commit message:
- Modification for compatibility with Menbed (Menu);
Changed in this revision
BusEnums.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 000000000000 -r 4e322ce31f59 BusEnums.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/BusEnums.h Tue Sep 04 14:50:15 2012 +0000 @@ -0,0 +1,17 @@ +/* BusEnums - Use the MBED Port pins and PCF8574s for controlling the Bus + * Copyright (c) 2011 Wim Huiskamp + * + * Released under the MIT License: http://mbed.org/license/mit + * + * version 0.2 Initial Release +*/ +#ifndef _BUS_ENUMS_H +#define _BUS_ENUMS_H + +//Enums for Control Bus and Enable Bus +enum Bit_Level { LOW, HIGH }; +enum Bus_Dir { READ, WRITE }; +enum Bus_Ena { ENABLE, DISABLE }; + + +#endif \ No newline at end of file