Ejemplo n.º 1
0
// Put the printer into a low-energy state immediately.
void Adafruit_Thermal::sleep() {
  sleepAfter(1);
}
Ejemplo n.º 2
0
// Put the printer into a low-energy state immediately.
void Adafruit_Thermal::sleep() {
  sleepAfter(1); // Can't be 0, that means 'don't sleep'
}