Project:PizzaPrinter: Difference between revisions
From London Hackspace Wiki
→Examples
Line 194: | Line 194: | ||
pz.print(); | pz.print(); | ||
// | // poll status | ||
while(!pz.ready()) | while(!pz.ready()) | ||
; | ; |
Line 194: | Line 194: | ||
pz.print(); | pz.print(); | ||
// | // poll status | ||
while(!pz.ready()) | while(!pz.ready()) | ||
; | ; |