Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
porplax committed Apr 8, 2024
1 parent 3216834 commit 4fcc232
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,15 @@ neobridge.setone(self, rgb: tuple, index: int)
"""
```

```py
neobridge.setlist(self, rgb_list: list)
"""
*Gives the board a list of RGB values to set.*
Args:
rgb (rgb_list): RGB list to set.
"""
```

```py
neobridge.show(self)
"""
Expand Down

0 comments on commit 4fcc232

Please sign in to comment.