Package thingm.blink1

Examples of thingm.blink1.Blink1


  //
  public PatternPlayer()
  {
    patterns = new HashMap<String,Pattern>();

    blink1 = new Blink1();
    int rc = blink1.open();
    if( rc==-1 ) {
      System.out.println("oops no blink1");
      statusText = "no blink1 found";
    }
View Full Code Here

TOP

Related Classes of thingm.blink1.Blink1

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.