Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: adafruit/Adafruit_CircuitPython_RGBLED
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.1.19
Choose a base ref
...
head repository: adafruit/Adafruit_CircuitPython_RGBLED
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.2.0
Choose a head ref
  • 14 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 20, 2023

  1. Refactored color.setter to give helpful errors if incorrect inputs ar…

    …e given
    BiffoBear committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    b0044a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45d0e99 View commit details
    Browse the repository at this point in the history
  3. Simplified error checking for length of tuple.

    BiffoBear committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    44bc38c View commit details
    Browse the repository at this point in the history
  4. Fixed some docstring indentation errors.

    BiffoBear committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    f5a3e0c View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Made changes to typing.

    BiffoBear committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    3516ff0 View commit details
    Browse the repository at this point in the history
  2. Added comments to clarify some logic.

    BiffoBear committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    0663429 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34bff7a View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Added logic for Raspberry Pi pins

    BiffoBear committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    b66abb3 View commit details
    Browse the repository at this point in the history
  2. Removed re-raising errors, it's confusing

    BiffoBear committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    7879309 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'Add_typing' into Error_check_colors

    BiffoBear committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    715c977 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Moved doc-string from __init__ to class definition.

    BiffoBear committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    d6f6b27 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. Merge branch 'main' into Error_check_colors

    # Conflicts:
    #	adafruit_rgbled.py
    FoamyGuy committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    f34aa59 View commit details
    Browse the repository at this point in the history
  2. use Pin

    FoamyGuy committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    14d8c81 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Merge pull request #25 from BiffoBear/Error_check_colors

    Error check colors
    FoamyGuy authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    29a4b7c View commit details
    Browse the repository at this point in the history
Loading