Skip to content

Adding documentation for dotstars attribute. #30

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

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
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
Next Next commit
Adding documentation for dotstars attribute.
  • Loading branch information
davegoopot authored Jan 10, 2022
commit 4165c0f5c0513041739e3eb8aa82fb06993f13a6
8 changes: 7 additions & 1 deletion adafruit_funhouse/peripherals.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down