Skip to content

little fix in documentation #22

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 5, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions adafruit_as7341.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,14 +246,14 @@ class AS7341: # pylint:disable=too-many-instance-attributes, no-member

.. code-block:: python

channel_415nm = channel_415nm
channel_445nm = channel_445nm
channel_480nm = channel_480nm
channel_515nm = channel_515nm
channel_555nm = channel_555nm
channel_590nm = channel_590nm
channel_630nm = channel_630nm
channel_680nm = channel_680nm
channel_415nm = sensor.channel_415nm
channel_445nm = sensor.channel_445nm
channel_480nm = sensor.channel_480nm
channel_515nm = sensor.channel_515nm
channel_555nm = sensor.channel_555nm
channel_590nm = sensor.channel_590nm
channel_630nm = sensor.channel_630nm
channel_680nm = sensor.channel_680nm

"""

Expand Down