mirror of
https://github.com/clockworkpi/DevTerm.git
synced 2026-03-22 11:52:40 +01:00
add accelerate for thermal printer
This commit is contained in:
@@ -92,6 +92,7 @@
|
||||
|
||||
#define ENABLE_VH digitalWrite(VH_PIN, HIGH)
|
||||
#define DISABLE_VH digitalWrite(VH_PIN, LOW)
|
||||
#define READ_VH digitalRead(VH_PIN)
|
||||
|
||||
#define LATCH_ENABLE digitalWrite(LATCH_PIN, LOW)
|
||||
#define LATCH_DISABLE digitalWrite(LATCH_PIN, HIGH)
|
||||
|
||||
Reference in New Issue
Block a user