Andrew
Andrew
Also, a general comment: using `SPI` for neopixels is a hack that exploits the high-frequency of `SPI` bus to emulate (relatively)low-frequency of neopixel protocol. This hack is a valid scenario,...
It is probably a good idea to make cmdlet interface for SPI similar to what we have for I2C.
Original PS crash with `free(): invalid pointer` error is coming from [Unosquare.RaspberryIO.dll](https://github.com/unosquare/raspberryio/blob/master/src/Unosquare.RaspberryIO/Native/HardwareException.cs) The line 26 `ExtendedMessage = Standard.StrError(errorCode);` is calling 'strerror' function from 'libc' library passing 0 (that it gets...
An updated version of the module is in the repo (it uses .NET APIs instead of WiringPi), but not yet on PS Gallery. For now, just clone the repo onto...
Pi4 is supported ([as shown in this example](https://github.com/PowerShell/PowerShell-IoT/tree/master/Examples/Microsoft.PowerShell.IoT.Fan) ). But you're right, the main Readme needs to be updated.
I've ran 50k iterations on 7.2.5 without repro. @g-chauvel what is the repro machine specs? Is it under high load from some other processes when the PS hang happens?
/azp list
/azp run
Should this be implemented for v2 and/or v3?
By the way, if anybody has ideas on a good archive engine that potentially can be used - feel free to post your suggestions here...