What's Changed
- Apply Python PEP Style Improvements and code clean up for Arduino, Connect, and GUI code by @WaveShapePlay in #1
New Contributors
- @WaveShapePlay made their first contribution in #1
Full Changelog: https://github.com/WaveShapePlay/ArduinoPyserialComConnect/commits/v2.0.0
Summary
This release introduces a PEP‑8‑compliant refactor and the new find_arduino_v2.py module, improving readability, structure, and long‑term maintainability.
Added
- New
find_arduino_v2.pywith improved architecture - Docstrings, type hints, and clearer function organization
Changed
- Updated codebase to follow PEP‑8 standards
- Improved naming conventions and removed unused imports
Fixed
- Minor issues in serial port detection logic
Compatibility
No breaking changes. Original findarduino.py is preserved.
Notes
This release sets the foundation for future enhancements and more modular design.