示例#1
0
 public double getVoltageUnfiltered() {
   OrcStatus status = orc.getStatus();
   return status.analogInput[port] / 65535.0 * 5; // 4.096;
 }