Rewrite library with compatibility for all board #5
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request modernizes the Arduino example code, updates configuration and documentation, and improves code consistency and maintainability for the ADS1293 ECG library. The changes include replacing legacy examples with updated versions, introducing editor and VSCode settings for consistent formatting, and updating keywords for better code completion and documentation.
Example and Documentation Updates:
Example1-3leadECGstream-arduino-plotter.ino,Example2-5leadECGstream-arduino-plotter.ino,Example3-5leadECGstream-openview.ino) with new, clearer and more maintainable examples (Example-1-3leadECGstream-arduino-plotter.ino,Example-2-5leadECGstream-arduino-plotter.ino,Example-3-5leadECGstream-openview.ino) that use updated APIs, improved documentation, and support for both Arduino UNO and ESP32 platforms. [1] [2] [3] [4] [5] [6]Keyword and API Consistency:
keywords.txtto reflect new and renamed API functions (e.g.,getECGData,readDeviceID,disableChannel), improving code completion and documentation accuracy.ECG Data Streaming Enhancements:
Platform Support Improvements:
Let me know if you have questions about any specific change or want to understand how the new examples work!