Package actuator.instance

Examples of actuator.instance.TriLED


    VoltageMessenger m = new VoltageMessenger(43, a0, hsc);
    m.startListening();

    // actuators
    TriLED led = new TriLED(0);
    led.start();

    RPCLED rpcled = new RPCLED(hsc, 11, led);
    rpcled.startListening();

    // servo
View Full Code Here

TOP

Related Classes of actuator.instance.TriLED

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.