cupi icon indicating copy to clipboard operation
cupi copied to clipboard

Cuprum Pi is a GPIO access library for the Raspberry Pi

Results 6 cupi issues
Sort by recently updated
recently updated
newest added

Is there any documentation? - the link in the readme doesn't work - when going on docs.rs, there is no comments, only function signatures I've read the examples, there are...

I can't find anywhere in the docs how to change the mode of a pin, which I need for toggling between UART and other modes on Raspberry Pi 3B+.

Raspberry Pi comes with BCM2835, but CuPi lists BCM2708 and BCM2709. The enumeration in `board.rs` should be expanded to include BCM2835.

I'm trying to compile the `blink` example project on my Raspberry Pi Zero W, but the build command fails as it tries to compile `cupi`. I'm getting this terminal output:...

Just wanted to leave a note to let you know that I published https://crates.io/crates/cupi_shift last night which uses your excellent lib. Thanks to you I'll now have a Rust-powered holiday...

Hello, I just noticed that the `// old way` code at the bottom of `cupi/src/board.rs` is wrong. I'm not a Rust programmer, but it seems to be treating revisions "0005"...