-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to save and pass 'PinDriver' objects #241
Comments
Hi! I would suggest using the matrix channel (https://matrix.to/#/#esp-rs:matrix.org) for this kind of questions as they are not issues per se and not strictly related with the training. Also, more people could jump in to help you. |
ok |
is ok
|
My basic idea is to encapsulate a
onewire struct
and pass a decimal pin number to drive the corresponding pin. But how do you preserve the objects returned byPinDriver: : input_output_od
? I'm not gonna write this:now:
The text was updated successfully, but these errors were encountered: