Daniel Silva
Daniel Silva
### Environment - Editor and Version (VS Code, Atom, Sublime): vscode 1.42.0-insiders - Your primary theme: Monokai ### Issue Description From my tests, this seems to only happen if the...
This is an initial commit so that we can discuss if such changes can make sense. This comes in sequence of issue #53. In my case, I have the neopixels...
I'm opening this issue so that we can discuss the implementation of the SPI interface. I'm not familiar with this interface, but from my understanding (and from what I'm seeing...
Hey. As the title implies, I would like to get some opinions about supporting bluetooth on this module. As far as I've seen, there are some C# implementations on bluetooth...
For what I've seen, enable the I2C "manually" _seems_ quite easy, only requiring to edit: - the `/etc/modules` file to add `i2c-dev` - the `/boot/config.txt` file and uncomment the `dtparam=i2c_arm=on`...
I think it would be good to have an overload that would accept an array of registers and an array of values to be set on those registers, 'freeing' the...
Taking into consideration this code `_ButtonGPIO = new GPIOFile((GPIOPins)GPIOPin, GPIODirection.In);` When this code runs, doing `less /sys/class/gpio/gpio10/direction` (10 because it's the value of the GPIOPin variable) returns `Out`. The problem...
Hey man, really nice project here! I've been trying to pair my BB9-e with Raspberry without any luck, and so far your project was the one that got me further......
```powershell $latestTag = git describe --tags --abbrev=0 git log $latestTag..HEAD --oneline ``` ## Expected behavior Git log output such as ```none ac9ca9d (HEAD -> main, origin/main, origin/HEAD) added tree 7834bff...