Miko_360

Results 2 comments of Miko_360

> > > If somebody make the example that will be very helpful... i use this: using (var driver = new ArduinoDriver.ArduinoDriver(AttachedArduino, true)) { driver.Send(new DigitalWriteRequest(13, ArduinoDriver.DigitalValue.Low)); driver.Send(new DigitalWriteRequest(13, ArduinoDriver.DigitalValue.high));...

> > > i'm trying to do the same think. I don't know how i can make servo control through arduinodriver. have you find a way to control the servo...