How to detect status of the buttons on P-Brick?
windoze opened this issue · 4 comments
windoze commented
I didn't find any useful info, did I miss anything?
pixix4 commented
This is currently not possible. I plan to add this feature within the next week.
windoze commented
Thanks, this crate works pretty well, I successfully convert some existing Python programs into Rust, the overhead reduced to minimal.
And I hope you can add BrickPi support as well.
Thanks.
pixix4 commented
The library does now support querying the state of the brick buttons (see documentation).
The support for the BrickPi platform will take some time. Currently I don't own a BrickPi and so I can't do any tests.
windoze commented
Thanks a lot for the update, just verified and it worked like a charm.