Skip to content
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

Make initialization and de-initialization less intrusive #2

Open
arne48 opened this issue Apr 25, 2018 · 0 comments
Open

Make initialization and de-initialization less intrusive #2

arne48 opened this issue Apr 25, 2018 · 0 comments
Assignees

Comments

@arne48
Copy link
Owner

arne48 commented Apr 25, 2018

Currently during initialization and after de-initialization the library sets all pins as inputs.
This can cause problems when some pins are used by other programs as the IOMUX is changed.
Further does the header not provide the same functionalities after the library ran once.

It would be nicer if during initialization all possibly changing parameters of the pins are saved and restored during de-initialization. Further shouldn't all pins be reset on start but just those which are actually used should be configured.

@arne48 arne48 self-assigned this Apr 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant