Package lejos.nxt.addon

Examples of lejos.nxt.addon.PFLink.initialize()


        LCD.drawString(link.getVersion(), 0, 0);
        LCD.drawString(link.getProductID(), 0, 1);
        LCD.drawString(link.getSensorType(), 0, 2);
       
        link.initialize(PFLink.NR_RANGE_LONG);

        //Needs only to be called the first time to update the NRLink EEPROM
        //Don't call this too often
        //link.installDefaultMacros();
        //link.initialize(PFLink.NR_RANGE_SHORT);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.