-
I'm having trouble converting a scratch project with the Raspberry Pi extention.
It throws an error about the extention on preview and after conversion.
I've tried html, ARM and straight linux but a…
-
```python
import RPi.GPIO as GPIO
from time import sleep
GPIO.setwarnings(False) # Ignore warning for now
GPIO.setmode(GPIO.BCM) # Use BCM GPIO pin numbering
GPIO.setup(14, GPIO.OUT) # Set G…
-
### Board
[SparkFun Qwiic GPIO](https://www.sparkfun.com/products/17047)
### Notes
[Arduino Library](https://github.com/sparkfun/SparkFun_Qwiic_GPIO_Library)
[Python Driver](https://github.com/spar…
-
Hello,
could you please send us GPIO PIN for:
ir receiver
oled screen
i'm using pircoplayer, and i've missed my work i maide before to make remote working.
thanks
please make a file with spe…
-
What's the best gpio library to use?
My `gpio_control` plugin uses `onoff` but that doesn't work on Pi5. I did try to use gpiox library. That works with the Pi5 but not with the Pi Zero :(
htt…
-
As part of #2491, which has more details on driver analysis.
### esp-hal API-GUIDELINE omissions
---
### Rust API guideline ommissions
---
### Hardware feature omissions
---
### …
-
还没有加入任何关于GPIO的功能
-
The GPIOs of the Raspberry Pico clone thus work at 5V, well above the specific 3.3V +/- 0.5V. Won't it fail in the long run?
-
**Is your feature request related to a problem? Please describe.**
The GQ7 supports 4 GPIO pins (pps + regular GPIO pin usage) however currently they are not exposed in the ROS2 driver. They can only…
-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have updat…