pimoroni-pico/drivers/as7343
Phil Howard 052dbce334 as7343: Fix channel and status order.
The astatus value was being interpreted as FZ, F2 and F1 causing bizarre
readings and all other channels to be shifted one place.

Additionally the datasheet has been updated to re-order F5, F7 and F8 to
F7, F8, F5, so these channels have been re-ordered accordingly.

Note: This will turn sensor output from confusing abject nonsense into
what looks like pretty reasonable colour data and fixes #989.
2024-09-06 09:59:59 +01:00
..
CMakeLists.txt AS7343: New 14-channel spectral sensor driver. 2024-04-15 11:53:34 +01:00
as7343.cmake AS7343: New 14-channel spectral sensor driver. 2024-04-15 11:53:34 +01:00
as7343.cpp as7343: Fix channel and status order. 2024-09-06 09:59:59 +01:00
as7343.hpp as7343: Fix channel and status order. 2024-09-06 09:59:59 +01:00
as7343_regs.hpp AS7343: MicroPython bindings. 2024-04-15 11:53:34 +01:00