We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e0eae5c + 4902f09 commit d016bcdCopy full SHA for d016bcd
shared-bindings/audiobusio/PDMIn.c
@@ -46,7 +46,7 @@
46
//| Create a PDMIn object associated with the given pins. This allows you to
47
//| record audio signals from the given pins. Individual ports may put further
48
//| restrictions on the recording parameters. The overall frequency is
49
-//| determined by `frequency`x`oversample`, and the total must be 1MHz or
+//| determined by `frequency` x `oversample`, and the total must be 1MHz or
50
//| higher, so `frequency` must be a minimum of 16000.
51
//|
52
//| :param ~microcontroller.Pin clock_pin: The pin to output the clock to
0 commit comments