-
### CircuitPython version
```python
Adafruit CircuitPython 9.1.4 on 2024-09-17; Waveshare ESP32-S3-Zero with ESP32S3
```
### Code/REPL
```python
e = espnow.ESPNow(250,31)
```
### B…
-
There are missing type annotations for some functions in this library.
The `typing` module does not exist on CircuitPython devices so the import needs to be wrapped in try/except to catch the error f…
-
Would need CircuitPython API to select the MCU pins to use.
We also may want to consider adding `ssl` to boards with enough resources that would not ordinarily have it (this would also expand the s…
-
This is very cool! Do you plan on merging the board definition into main CircuitPython? We'd love to have it.
-
### CircuitPython version
```python
Adafruit CircuitPython 9.2.0-beta.0 on 2024-09-17; Raspberry Pi Pico 2 with rp2350a
```
### Code/REPL
```python
# boot.py
import usb_cdc
usb_cdc.disable()
```…
-
Yesterday, a user reported on discord an issue in which their library's CI was failing.
Upon a quick investigation, i found out that it had to do with slight differences between the CircuitPython c…
-
Hello,
Before I give it a shot… any chance the module can be used in CircuitPython?
Thank you.
-
We now have the wonderful [CircuitPython.org Libraries](https://circuitpython.org/libraries) and [CircuitPython.org Contributing](https://circuitpython.org/libraries/contributing) pages for weekly upd…
-
Hello,
I'm trying to install this library on a Raspberry Pi Pico running CircuitPython 9.1.1, but following the instruction it fails:
```
C:\Users\Rasmus>circup install adafruit_prompt_toolkit
…
-
My keyboard works until CoordMap. When i flash the coord map finder the buttons type 000 001... as expected but when i save and create keyboard layout with keymap the keyboard doesnt type anything. Th…