Example #1
0
 public static void Init(Port port)
 {
     printer = new AdafruitPrinter();
     printer.Assign(port);
 }