golemparts
golemparts
Thanks for pointing this out! While the timestamp provided by the GPIO driver also isn't accurate, it will still be more precise than measuring timestamps yourself, so I agree it's...
Thanks for opening this issue! There are multiple ways to share an ```OutputPin``` in a multi-threaded application. Which one is best depends on your specific use case. In regular multi-threaded...
Thanks for posting this suggestion. Technically RPPAL will still properly configure the GPIO pin internally, but obviously the external pull-up resistor messes things up as you mentioned. While it would...
Thanks for reporting this issue. I'm not sure why you would see i2c-3 on those pins, other than because of a configuration issue in ```/boot/config.txt``` or a bug related to...
Considering i2c3 is a valid I2C bus for those pins, even though it's not the one that should be set by default, I'll add a check for it for the...
This has been fixed in the current master branch, and will be part of the upcoming 0.12.0 release.
Version 0.12.0 is now live. Once PiSugar PowerManager switches over to using 0.12.0, that should fix your issue.
> Could it be because i2c-1 also exists on the rpi4 with mainline kernel? On the PI 4B, i2c1 can be bound to either the default pins, or to the...
Actually, could you show me the output of ```hostnamectl```, specifically the ```Operating System``` line?
And while we're at it, ```lsb_release -a``` as well?