-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
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 parts I don't fully understand.
For instance, is this comment supposed to enlighten the reader about some functionality or has it been put here for debug purpose (I don't know what export does)?
let cupi = CuPi::new().unwrap();
let mut pinout = cupi.pin(0).unwrap().high().output();
//let mut pin = cupi.pin_sys(0).unwrap();
//pin.export().unwrap();
//let mut pinout = pin.output().unwrap();Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels