Skip to content

Releases: WaveShapePlay/ArduinoPyserialComConnect

PEP‑8 Refactor and Arduino Finder v2 Update

03 Jan 12:38
37c257c

Choose a tag to compare

What's Changed

  • Apply Python PEP Style Improvements and code clean up for Arduino, Connect, and GUI code by @WaveShapePlay in #1

New Contributors

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.py with 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.