Diff: globaldefs.h
- Revision:
- 4:545e25d4c3d8
- Parent:
- 2:d6e572640dcc
- Child:
- 5:1c78c0b4f513
--- a/globaldefs.h Wed Jan 05 22:35:52 2011 +0000 +++ b/globaldefs.h Sat Jan 08 16:27:12 2011 +0000 @@ -3,6 +3,8 @@ /// SPI frequency for method DogMLCD::Flush() #define DOGMLCD_MHZ 5000000 +// Wait time after changing state of A0 in uS +#define DOGMLCD_TIME 8 #ifndef ORDER #define ORDER(a,b) if( a > b ) { int c = a; a = b; b = c; }