wiringpi-dotnet icon indicating copy to clipboard operation
wiringpi-dotnet copied to clipboard

Provides complete managed access to the popular wiringpi C library

Results 6 wiringpi-dotnet issues
Sort by recently updated
recently updated
newest added

Please bear with me. I'm trying to use the II2CDevice.Read(int length) method to bring back a six-byte array off the bus. The behavior, though, is that it is bringing back...

This Pull Request implements the requested interface change from https://github.com/unosquare/raspberryio/pull/212. It also tries to improve operational safety, as (if I do understand the code correctly) ther can only ever be...

It is necessary to use a new version of WiringPi 2.52 in order to get the library working in Raspbian Buster and the Raspberry Pi 4B. [More info](http://wiringpi.com/wiringpi-updated-to-2-52-for-the-raspberry-pi-4b/)

enhancement

`IGpioPin` does not give access to all PWM functions. In Workbench, the Servo demo should take an `IGpioPin` in the constructor, not a `GpioPin`. Alternatively explain in docs how to...

**Describe the bug** GPIO BCM 14 and 15 only have the [UARTTXD ](https://github.com/unosquare/wiringpi-dotnet/blob/master/src/Unosquare.WiringPi/GpioPin.Factory.cs#L94)/ UARTRXD capabilities, even when the UART is disabled with `enable_uart=0` in `config.txt`. This prevents use as regular...

Since .NET 5 the `Assembly.Location` API returns an **empty string** when the app is deployed as single file executable. https://docs.microsoft.com/en-us/dotnet/core/deploying/single-file This prevents the library from using with a single file...