Go to the documentation of this file.
27 #define EPSON_STALL 20 // Microseconds,
28 #define BURST_STALL1 45 // Microseconds
29 #define BURST_STALL2 4 // Microseconds
32 #define epsonStall() seDelayMicroSecs(EPSON_STALL)
35 #define burstStall1() seDelayMicroSecs(BURST_STALL1)
37 #define burstStall2() seDelayMicroSecs(BURST_STALL2)
39 #define selEpson() gpioClr(EPSON_CS)
40 #define deselEpson() gpioSet(EPSON_CS)