summaryrefslogtreecommitdiff
path: root/docs/library
diff options
context:
space:
mode:
authorMalcolm McKellips <malcolm.mckellips@sparkfun.com>2025-05-06 16:25:53 -0600
committerDamien George <damien@micropython.org>2025-05-07 15:16:55 +1000
commit288dce26bd1f6c4bf664aefe11103840e458ebb2 (patch)
tree68e73574064003f2654d5baf2ce8992ad572db10 /docs/library
parentbdb7e036d2400c25beeb2b4252ff51c5255c4020 (diff)
docs,ports: Fix SparkFun capitalization.
This is a follow-up to 1e92bdd206f6f87ba65ea05c5b2623fca0b926cd correcting more of the instances where "Sparkfun" should be "SparkFun". Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'docs/library')
-rw-r--r--docs/library/wm8960.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/library/wm8960.rst b/docs/library/wm8960.rst
index 5abfb6a8a..4115d2075 100644
--- a/docs/library/wm8960.rst
+++ b/docs/library/wm8960.rst
@@ -358,13 +358,13 @@ Run WM8960 on a MIMXRT10xx_DEV board in secondary mode (default)::
sysclk_source=wm8960.SYSCLK_MCLK)
-Record with a Sparkfun WM8960 breakout board with Teensy in secondary mode (default)::
+Record with a SparkFun WM8960 breakout board with Teensy in secondary mode (default)::
# Micro_python WM8960 Codec driver
#
# The breakout board uses a fixed 24MHz MCLK. Therefore the internal
# PLL must be used as sysclk, which is the master audio clock.
- # The Sparkfun board has the WS pins for RX and TX connected on the
+ # The SparkFun board has the WS pins for RX and TX connected on the
# board. Therefore adc_sync must be set to sync_adc, to configure
# it's ADCLRC pin as input.
#
@@ -379,11 +379,11 @@ Record with a Sparkfun WM8960 breakout board with Teensy in secondary mode (defa
right_input=wm8960.INPUT_CLOSED)
-Play with a Sparkfun WM8960 breakout board with Teensy in secondary mode (default)::
+Play with a SparkFun WM8960 breakout board with Teensy in secondary mode (default)::
# The breakout board uses a fixed 24MHz MCLK. Therefore the internal
# PLL must be used as sysclk, which is the master audio clock.
- # The Sparkfun board has the WS pins for RX and TX connected on the
+ # The SparkFun board has the WS pins for RX and TX connected on the
# board. Therefore adc_sync must be set to sync_adc, to configure
# it's ADCLRC pin as input.