dsdante

Results 3 issues of dsdante

Is there any specific reason why I2C communication is [implemented](https://github.com/raspberry-sharp/raspberry-sharp-io/blob/master/Raspberry.IO.InterIntegratedCircuit/I2cDriver.cs#L49) through /dev/mem instead of /dev/i2c-1? I'm wondering since I'm looking for a better way to implement it in C. I...

https://stackoverflow.com/a/29414133 https://learn.microsoft.com/nuget/create-packages/symbol-packages-snupkg

After updating from 15.3.0 to 16.0.0 the deserializer no longer sees private/internal/etc properties even when built with `DeserializerBuilder.IncludeNonPublicProperties()`. ```csharp // Program.cs using YamlDotNet.Serialization; using StreamReader file = new("test.yaml"); var result...