-
On M4 feather Express, I get a REPL output of
```
code.py output:
Traceback (most recent call last):
File "code.py", line 34, in
ValueError: D11 in use
```
My Circuitpython Code is :
``…
-
Hello noob here. I was wondering if the newer ESP32-S2 board was supported ? Has anyone tried it and is the installation process the same as the regular ESP32 ? I figured if I was going to try it bu…
-
If NeoPixels are created without specifying a `bpp` or a `pixel_order`:
```python
pixels = neopixel.NeoPixel(board.D18, 8)
```
then this would get used:
https://github.com/adafruit/Adafruit_Circu…
-
### CircuitPython version
```python
Adafruit CircuitPython 7.0.0 on 2021-09-20; FeatherS2 with ESP32S2
```
### Code/REPL
```python
import time, gc, os
import adafruit_dotstar
import board
impor…
-
In Line 128 of Arduino_MKRIoTCarrier.h the LED instance is created with:
` Adafruit_DotStar leds = Adafruit_DotStar(NUMPIXELS, DATAPIN, CLOCKPIN, DOTSTAR_BGR); `
(link to file : [https://github.com…
-
My ItsyBitsy nrf52840 Express dotstar led colours are wrong. When connected in wired mode it is red not green (arduino_nRF52840.ino Line 97 updateStatusLED() comment says set to green).
ble_mode a…
-
So I came across your "Touch and Go" project and I love it. Really appreciate the work and the share. Anyway, I want to use the Trinket m0 for the Outlaw pinewood derby race coming up this winter. Bru…
-
I will continue to look for and post a solution.
I am having the same exact issues described as resets constantly in the Testing section of the tutorial. Following the "**Setup Display & Buttons…
-
When running 3.3 on MB6HC the DotStar leds (we use only white DotStar) are working perect with M150 X0 S10 P255
Updated to 3.4.1 they stopped working with any command, back to 3.3 makes it working ag…
-
### CircuitPython version
```python
Adafruit CircuitPython 7.3.3 on 2022-08-29; Adafruit Feather M4 Express with samd51j19
```
### Code/REPL
```python
import time
import board
import busio
impo…