Skip to content

Documentation #6

@tafia

Description

@tafia

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();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions