Exemplo n.º 1
0
 public string Analog(AnalogGPIOBDM gpio)
 {
     try
     {
         rpyProcess.PWM[(int)gpio.Pin].Write(gpio.Value);
         return(gpio.Value.ToString());
     }
     catch (Exception nse)
     {
         throw new InvokerException(nse.ToString(), InvokerExceptionType.Error);
     }
 }
Exemplo n.º 2
0
 public string Analog(AnalogGPIOBDM gpio)
 {
     throw new NotImplementedException("Not Implemented.");
 }