Skip to content

Commit cf2d281

Browse files
update UI to allow SPI bus specification
accommodates more than just a board's default SPI bus
1 parent 2bc1eee commit cf2d281

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cedargrove_ad9833.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: Copyright (c) 2022 JG for Cedar Grove Maker Studios
1+
# SPDX-FileCopyrightText: Copyright (c) 2023 JG for Cedar Grove Maker Studios
22
#
33
# SPDX-License-Identifier: MIT
44
"""
@@ -63,9 +63,9 @@ def __init__(
6363
Defaults to 0.
6464
:param str wave_type: The "sine", "triangle", or "square" wave shape.
6565
Defaults to "sine".
66-
:param busio.SPI spi: The board's `busio.SPI` definition. Defaults to
66+
:param busio.SPI spi: The `busio.SPI` definition. Defaults to
6767
`board.SPI()`.
68-
:param board select: The AD9833 chip select pin designation. Defaults to
68+
:param board select: The chip select pin designation. Defaults to
6969
`board.D6`.
7070
:param int m_clock: Master clock frequency in Hz. Defaults to 25MHz.
7171
"""
11.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)