Package com.phidgets

Examples of com.phidgets.InterfaceKitPhidget


  /**
   *
   * @throws PhidgetException
   */
  public CoffeeReader() throws PhidgetException {
    ik = new InterfaceKitPhidget();
    ik.openAny();
    ik.waitForAttachment();
    System.out.println("Found Phidget-interface kit with serial: " + ik.getSerialNumber());
  }
View Full Code Here

TOP

Related Classes of com.phidgets.InterfaceKitPhidget

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.