15 package com.trouch.webiopi.client.devices.analog;
23 super(client, deviceName,
"analog");
27 super(client, deviceName, type);
31 return Float.parseFloat(this.
sendRequest(
"GET",
"/" + channel +
"/float"));
String sendRequest(String method, String subPath)
float readFloat(int channel)
ADC(PiClient client, String deviceName)
ADC(PiClient client, String deviceName, String type)