Search found 2 matches

by Martin_Mortensen
2025-01-15 1:37
Forum: LuckFox Pico
Topic: Basic GPIO example doesn't work on Pico Ultra W
Replies: 5
Views: 805

Re: Basic GPIO example doesn't work on Pico Ultra W

how do you come up with iomux 1 22 from goio1_c7_d?
by Martin_Mortensen
2025-01-09 23:56
Forum: LuckFox Pico
Topic: error using python periphery library
Replies: 1
Views: 182

error using python periphery library

I'm using the Luckfox pico ultra W Running Uuntu.
When I tried to run the gpio.py example I got:
ModuleNotFoundError: No module named "periphery"
I ran:
pip3 install python-periphery
Now I get this:
Screenshot From 2025-01-09 15-52-03.png
How should I resolve this?