no method named `get_lines`
sdc-andy opened this issue · 1 comments
sdc-andy commented
I'm trying to follow the mutliread.rs example but when I try to compile it then I get the following error:
error[E0599]: no method named get_lines found for type std::result::Result<gpio_cdev::Chip, gpio_cdev::errors::Error> in the current scope
I'm new to Rust so don't know exactly what I am doing and why this is going wrong!
-Andy.
sdc-andy commented
Ignore me - looks like I had some of the syntax incorrect and this is now working.