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 56f9f0d commit 91f1266Copy full SHA for 91f1266
ports/raspberrypi/bindings/cyw43/__init__.c
@@ -32,6 +32,13 @@
32
#include "shared-bindings/microcontroller/Pin.h"
33
#include "bindings/cyw43/__init__.h"
34
35
+//| class CywPin:
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
40
+//| peripherals such as `PWMOut`."""
41
42
const mp_obj_type_t cyw43_pin_type = {
43
{ &mp_type_type },
44
.flags = MP_TYPE_FLAG_EXTENDED,
0 commit comments