Skip to content

Commit d9a89df

Browse files
committed
docs: Update docs for v4.8.1.
1 parent 5732585 commit d9a89df

24 files changed

+1612
-264
lines changed

docs/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
#
8080
# We don't follow "The short X.Y version" vs "The full version, including alpha/beta/rc tags"
8181
# breakdown, so use the same version identifier for both to avoid confusion.
82-
version = release = '1.25'
82+
version = release = '1.26'
8383

8484
# The language for content autogenerated by Sphinx. Refer to documentation
8585
# for a list of supported languages.
@@ -125,6 +125,8 @@
125125
"library/zephyr.zsensor.rst",
126126
"library/lcd160cr.rst",
127127
"library/machine.ADCWiPy.rst",
128+
"library/machine.Counter.rst",
129+
"library/machine.Encoder.rst",
128130
"library/machine.SD.rst",
129131
"library/machine.SDCard.rst",
130132
"library/machine.TimerWiPy.rst",

docs/library/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ The following libraries are specific to the OpenMV Cam.
119119
pyb.rst
120120
stm.rst
121121
omv.sensor.rst
122+
omv.csi.rst
122123
omv.image.rst
123124
omv.ml.rst
124125
omv.gif.rst
@@ -129,14 +130,14 @@ The following libraries are specific to the OpenMV Cam.
129130
omv.tof.rst
130131
omv.tv.rst
131132
omv.cpufreq.rst
132-
omv.buzzer.rst
133133
omv.imu.rst
134134
omv.rpc.rst
135135
omv.rtsp.rst
136136
omv.omv.rst
137137
omv.gt911.rst
138138
omv.ft5x06.rst
139139
omv.tfp410.rst
140+
omv.pca9674a.rst
140141

141142
Third-party libraries on the OpenMV Cam
142143
---------------------------------------

docs/library/machine.Pin.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,13 +209,13 @@ The following methods are not part of the core Pin API and only implemented on c
209209

210210
Set pin to "0" output level.
211211

212-
Availability: mimxrt, nrf, renesas-ra, rp2, samd, stm32 ports.
212+
Availability: mimxrt, nrf, renesas-ra, rp2, samd, stm32, alif ports.
213213

214214
.. method:: Pin.high()
215215

216216
Set pin to "1" output level.
217217

218-
Availability: mimxrt, nrf, renesas-ra, rp2, samd, stm32 ports.
218+
Availability: mimxrt, nrf, renesas-ra, rp2, samd, stm32, alif ports.
219219

220220
.. method:: Pin.mode([mode])
221221

@@ -242,7 +242,7 @@ The following methods are not part of the core Pin API and only implemented on c
242242

243243
Toggle output pin from "0" to "1" or vice-versa.
244244

245-
Availability: cc3200, esp32, esp8266, mimxrt, rp2, samd ports.
245+
Availability: cc3200, esp32, esp8266, mimxrt, rp2, samd, alif ports.
246246

247247
Constants
248248
---------

docs/library/machine.UART.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Methods
161161
of a transfer is still being sent. If required, a one character wait time has to be
162162
added in the calling script.
163163

164-
Availability: rp2, esp32, esp8266, mimxrt, cc3200, stm32, nrf ports, renesas-ra
164+
Availability: rp2, esp32, esp8266, mimxrt, cc3200, stm32, nrf ports, renesas-ra, alif
165165

166166
.. method:: UART.irq(handler=None, trigger=0, hard=False)
167167

@@ -205,6 +205,7 @@ Methods
205205
RP2 yes yes yes
206206
SAMD yes yes yes
207207
STM32 yes yes
208+
alif yes yes yes
208209
============== ========== ====== ========== =========
209210

210211

@@ -226,7 +227,7 @@ Methods
226227
idle.
227228

228229

229-
Availability: cc3200, esp32, mimxrt, nrf, renesas-ra, rp2, samd, stm32.
230+
Availability: cc3200, esp32, mimxrt, nrf, renesas-ra, rp2, samd, stm32, alif.
230231

231232
Constants
232233
---------
@@ -236,7 +237,7 @@ Constants
236237

237238
Flow control options.
238239

239-
Availability: esp32, mimxrt, renesas-ra, rp2, stm32.
240+
Availability: esp32, mimxrt, renesas-ra, rp2, stm32, alif.
240241

241242
.. data:: UART.IRQ_RXIDLE
242243
UART.IRQ_RX
@@ -245,4 +246,4 @@ Constants
245246

246247
IRQ trigger sources.
247248

248-
Availability: renesas-ra, stm32, esp32, rp2040, mimxrt, samd, cc3200.
249+
Availability: renesas-ra, stm32, esp32, rp2040, mimxrt, samd, cc3200, alif.

docs/library/machine.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,4 @@ Classes
257257
machine.I2S.rst
258258
machine.RTC.rst
259259
machine.Timer.rst
260-
machine.Counter.rst
261-
machine.Encoder.rst
262260
machine.WDT.rst

docs/library/omv.buzzer.rst

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)