5657585960616263
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); }