Package se.sics.mspsim.chip

Examples of se.sics.mspsim.chip.SHT11


  public void setupNodePorts() {
    super.setupNodePorts();

    leds = new Leds(cpu, LEDS);
    button = new Button("Button", cpu, port2, BUTTON_PIN, true);
    sht11 = new SHT11(cpu);
    sht11.setDataPort(port1, SHT11_DATA_PIN);
  }
View Full Code Here

TOP

Related Classes of se.sics.mspsim.chip.SHT11

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.