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

Error Handling Improvement and Dynamic Memory Allocation #1192

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Suraj7897
Copy link

Implement more detailed error handling and logging to provide better insight into why certain addresses fail during the scanning process. This could involve adding error codes or messages to help diagnose issues.

Instead of statically allocating the I2C command handle (i2c_cmd_handle_t cmd), consider dynamically allocating it inside the loop to save memory, especially if the loop iterates through a large number of addresses.

@Suraj7897
Copy link
Author

Configurability -> i2c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant