From 69e3548c9c21f13af362973ea93218fdcf4982f8 Mon Sep 17 00:00:00 2001 From: Melissa LeBlanc-Williams Date: Tue, 18 Jan 2022 08:23:16 -0800 Subject: [PATCH] Add documentation of DotStars attribute --- .github/workflows/build.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- adafruit_funhouse/peripherals.py | 8 +++++++- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 860cc36..6791c93 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,10 +22,10 @@ jobs: awk -F '\/' '{ print tolower($2) }' | tr '_' '-' ) - - name: Set up Python 3.7 + - name: Set up Python 3.8 uses: actions/setup-python@v1 with: - python-version: 3.7 + python-version: 3.8 - name: Versions run: | python3 --version diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6d0015a..a66551c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,10 +24,10 @@ jobs: awk -F '\/' '{ print tolower($2) }' | tr '_' '-' ) - - name: Set up Python 3.6 + - name: Set up Python 3.8 uses: actions/setup-python@v1 with: - python-version: 3.6 + python-version: 3.8 - name: Versions run: | python3 --version diff --git a/adafruit_funhouse/peripherals.py b/adafruit_funhouse/peripherals.py index e754428..0ce1e5c 100755 --- a/adafruit_funhouse/peripherals.py +++ b/adafruit_funhouse/peripherals.py @@ -46,7 +46,13 @@ class Peripherals: - """Peripherals Helper Class for the FunHouse Library""" + """Peripherals Helper Class for the FunHouse Library + + + Attributes: + dotstars (DotStar): The DotStars on the FunHouse board. + See https://circuitpython.readthedocs.io/projects/dotstar/en/latest/api.html + """ # pylint: disable=too-many-instance-attributes, too-many-locals, too-many-branches, too-many-statements def __init__(self) -> None: