Package se.sics.cooja.avrmote.interfaces

Examples of se.sics.cooja.avrmote.interfaces.MicaSerial


      // Add Radio interface
      moteInterfaceHandler.addInterface(new MicaZRadio(this));
      // Add Clock interface
      moteInterfaceHandler.addInterface(new MicaClock(this));
      // Add Serial interface
      moteInterfaceHandler.addInterface(new MicaSerial(this));


      return moteInterfaceHandler;
  }
View Full Code Here

TOP

Related Classes of se.sics.cooja.avrmote.interfaces.MicaSerial

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.