Replies: 1 comment 2 replies
-
|
Yes, the request object can live independently from the parent chip. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I start trying to understand how this library (v2.x) works, go through examples and documentations.
In
reconfigure_input_to_output.cexample:request_input_linefunction. But then closes the chip before returning.requestfrom above function used for the rest of the example while the chip is already closed.Is this correct usage? Then it means I don't need to keep chip open for the lifetime of my application?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions