@@ -87,11 +87,17 @@ library.
8787
8888.. _micropython_lib_micropython :
8989
90- MicroPython-specific libraries
91- ------------------------------
90+ OpenMV Cam libraries
91+ --------------------
9292
93- Functionality specific to the MicroPython implementation is available in
94- the following libraries.
93+ The following sections describe the libraries available on each
94+ OpenMV-supported board, including both the MicroPython-specific
95+ built-ins and OpenMV's own extensions.
96+
97+ Common modules
98+ ~~~~~~~~~~~~~~
99+
100+ Built into the firmware on every OpenMV camera board.
95101
96102.. toctree ::
97103 :maxdepth: 1
@@ -106,21 +112,6 @@ the following libraries.
106112 openamp.rst
107113 uctypes.rst
108114 vfs.rst
109-
110- Libraries specific to the OpenMV Cam
111- ------------------------------------
112-
113- The following sections describe the libraries available on each
114- OpenMV-supported board.
115-
116- Common OpenMV modules
117- ~~~~~~~~~~~~~~~~~~~~~
118-
119- Built into the firmware on every OpenMV camera board.
120-
121- .. toctree ::
122- :maxdepth: 1
123-
124115 omv.csi.rst
125116 omv.sensor.rst
126117 omv.image.rst
@@ -133,7 +124,6 @@ Built into the firmware on every OpenMV camera board.
133124 omv.imu.rst
134125 omv.omv.rst
135126 omv.crc.rst
136- omv.umalloc.rst
137127 omv.ml.rst
138128 omv.ulab.rst
139129 logging.rst
@@ -176,7 +166,6 @@ for which boards include each one.
176166
177167 pyb.rst
178168 stm.rst
179- omv.cpufreq.rst
180169 mimxrt.rst
181170 omv.alif.rst
182171
@@ -228,7 +217,6 @@ OpenMV N6 (STM32N6 — STMicroelectronics' first NPU-equipped MCU):
228217
229218* :mod: `pyb ` — functions related to the board
230219* :mod: `stm ` — functionality specific to STM32 MCUs
231- * :mod: `cpufreq ` — CPU frequency control
232220* :mod: `ssd1306 ` — OLED driver
233221* :mod: `tb6612 ` — TB6612 motor driver
234222
@@ -263,7 +251,6 @@ OpenMV Pure Thermal:
263251
264252* :mod: `pyb ` — functions related to the board
265253* :mod: `stm ` — functionality specific to STM32 MCUs
266- * :mod: `cpufreq ` — CPU frequency control
267254* :mod: `tfp410 ` — DVI/HDMI serializer
268255* :mod: `ft5x06 ` — capacitive touchscreen driver
269256* :mod: `dht ` — DHT11 and DHT22 temperature/humidity sensors
@@ -280,7 +267,6 @@ Legacy STM32-based OpenMV camera boards:
280267
281268* :mod: `pyb ` — functions related to the board
282269* :mod: `stm ` — functionality specific to STM32 MCUs
283- * :mod: `cpufreq ` — CPU frequency control
284270* :mod: `dht ` — DHT11 and DHT22 temperature/humidity sensors
285271* :mod: `onewire ` — 1-Wire bus protocol
286272* :mod: `ds18x20 ` — DS18x20 temperature sensor driver
@@ -295,7 +281,6 @@ Arduino Giga R1 WiFi:
295281
296282* :mod: `pyb ` — functions related to the board
297283* :mod: `stm ` — functionality specific to STM32 MCUs
298- * :mod: `cpufreq ` — CPU frequency control
299284* :mod: `dht ` — DHT11 and DHT22 temperature/humidity sensors
300285* :mod: `onewire ` — 1-Wire bus protocol
301286* :mod: `neopixel ` — control of WS2812 / NeoPixel LEDs
@@ -309,7 +294,6 @@ Arduino Portenta H7:
309294
310295* :mod: `pyb ` — functions related to the board
311296* :mod: `stm ` — functionality specific to STM32 MCUs
312- * :mod: `cpufreq ` — CPU frequency control
313297* :mod: `dht ` — DHT11 and DHT22 temperature/humidity sensors
314298* :mod: `ds18x20 ` — DS18x20 temperature sensor driver
315299* :mod: `onewire ` — 1-Wire bus protocol
@@ -325,7 +309,6 @@ Arduino Nicla Vision:
325309
326310* :mod: `pyb ` — functions related to the board
327311* :mod: `stm ` — functionality specific to STM32 MCUs
328- * :mod: `cpufreq ` — CPU frequency control
329312* :mod: `lsm6dsox ` — LSM6DSOX 6-axis IMU
330313* :mod: `dht ` — DHT11 and DHT22 temperature/humidity sensors
331314* :mod: `ds18x20 ` — DS18x20 temperature sensor driver
0 commit comments