Releases: joepardue/circuitpython-as7343
Releases · joepardue/circuitpython-as7343
Fix channel order to match datasheet
Changes
- Fixed channel order to use spectral wavelength order per AS7343 datasheet
- Channels now returned as: F1, F2, FZ, F3, F4, F5, FY, FXL, F6, F7, F8, NIR, CLR
- Updated test code to display correct spectral order
Fixes
- Resolves issue where library channel order didn't match datasheet
Initial release with README
More detailed README.
Fixed pyroproject.toml syntax
Corrected syntax error in pyproject.toml that was causing build failure
Fix package name in pyproject.toml
Updated pyproject.toml to use 'as7343' as the package name to match the directory structure
Initial Release
First working version of the AS7343 CircuitPython driver