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