how to take the reading in Celsius utilizing java code, not Arduino IDE
var tempSensor = myGroveBoard.getPin(14); tempSensor.setMode(Pin.Mode.ANALOG);
how to take the reading in Celsius utilizing java code, not Arduino IDE
var tempSensor = myGroveBoard.getPin(14); tempSensor.setMode(Pin.Mode.ANALOG);