Hi,
I'm using CircuitPython at Raspberry Pi Pico W.
I want to turn off the RF module before it enters Deep Sleep mode, I wrote the code as follows:
rfen = digitalio.DigitalInOut(board.GP23)
rfen.direction = digitalio.Direction.OUTPUT
As a result, the following error occurred:
AttributeError...