MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / formfeed

Method formfeed

libraries/ParallelPrinter/ParallelPrinter.h:51–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49
50 void printLineNumber(bool b) { _printLineNumber = b; };
51 void formfeed() { write(FORMFEED); };
52 void linefeed() { write(LINEFEED); };
53 bool isOutOfPaper() { return digitalRead(_busyPin) == LOW; };
54 bool isBusy() { return digitalRead(_oopPin) == HIGH; };

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64