Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 325cbb1 commit 3281e14Copy full SHA for 3281e14
ports/raspberrypi/bindings/cyw43/__init__.c
@@ -36,7 +36,7 @@
36
//| """A class that represents a GPIO pin attached to the wifi chip.
37
//|
38
//| Cannot be constructed at runtime, but may be the type of a pin object
39
-//| in `board`. A `CywPin` can be used as a DigitalInOut, but not with other
+//| in :py:mod:`board`. A `CywPin` can be used as a DigitalInOut, but not with other
40
//| peripherals such as `PWMOut`."""
41
const mp_obj_type_t cyw43_pin_type = {
42
{ &mp_type_type },
0 commit comments