summaryrefslogtreecommitdiffstatshomepage
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/library/wm8960.rst8
-rw-r--r--docs/samd/pinout.rst2
-rw-r--r--docs/zephyr/quickref.rst2
3 files changed, 7 insertions, 5 deletions
diff --git a/docs/library/wm8960.rst b/docs/library/wm8960.rst
index 5abfb6a8a0..4115d20758 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.
diff --git a/docs/samd/pinout.rst b/docs/samd/pinout.rst
index 3945e2bf2f..1ad8f55884 100644
--- a/docs/samd/pinout.rst
+++ b/docs/samd/pinout.rst
@@ -892,7 +892,7 @@ Default pin assignments:
There seems to be no default pin assignment for this board.
-Sparkfun SAMD51 Thing Plus pin assignment table
+SparkFun SAMD51 Thing Plus pin assignment table
------------------------------------------------
=== ==== ============ ==== ==== ==== ====== ====== ===== ===== =====
diff --git a/docs/zephyr/quickref.rst b/docs/zephyr/quickref.rst
index a7ae698607..0e985c70b3 100644
--- a/docs/zephyr/quickref.rst
+++ b/docs/zephyr/quickref.rst
@@ -153,6 +153,8 @@ Use the :ref:`zephyr.FlashArea <zephyr.FlashArea>` class to support filesystem::
f.write('Hello world') # write to the file
print(open('/flash/hello.txt').read()) # print contents of the file
+The FlashAreas' IDs that are available are listed in the FlashArea module, as ID_*.
+
Sensor
------