10000 Releases · joepardue/circuitpython-as7343 · GitHub
[go: up one dir, main page]

Skip to content

Releases: joepardue/circuitpython-as7343

Fix channel order to match datasheet

19 Jul 18:46
Compare
Choose a tag to compare

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

15 May 22:19
Compare
Choose a tag to compare

More detailed README.

Fixed pyroproject.toml syntax

15 May 21:43
Compare
Choose a tag to compare

Corrected syntax error in pyproject.toml that was causing build failure

Fix package name in pyproject.toml

15 May 21:16
Compare
Choose a tag to compare

Updated pyproject.toml to use 'as7343' as the package name to match the directory structure

Initial Release

10 May 21:17
bb15546
Compare
Choose a tag to compare

First working version of the AS7343 CircuitPython driver

0