Skip to content

Commit fb91c09

Browse files
committed
fix typo #2 in doc
1 parent a7f4ab5 commit fb91c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/audiobusio/PDMIn.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
//|
4343
//| PDMIn can be used to record an input audio signal on a given set of pins.
4444
//|
45-
//| .. class:: PDMIn(clock_pin, data_pin, \*, frequency=16000, bit_depth=8, mono=True, oversample=64, startup_delay=0.1)
45+
//| .. class:: PDMIn(clock_pin, data_pin, \*, frequency=16000, bit_depth=8, mono=True, oversample=64, startup_delay=0.11)
4646
//|
4747
//| Create a PDMIn object associated with the given pins. This allows you to
4848
//| record audio signals from the given pins. Individual ports may put further

0 commit comments

Comments
 (0)