Markus Kvist

Results 4 comments of Markus Kvist

I was just looking for PWM functionality. Did you make it work?

I came up with a fix. In SQL Server you can simply use OUTPUT clause _without_ INTO and this should resolve the issue, unless you have a particular need for...

Try a cast. The readme gives the following example: ``` var range = 100; var pin = (GpioPin)Pi.Gpio[BcmPin.Gpio24]; pin.PinMode = GpioPinDriveMode.Output; pin.StartSoftPwm(0, range); ```

Yes. I don't know why the maintainers designed it so. Maybe they'd like to chip in?