-
Since ItsyBitsy M4 is a viable main MCU board to use with the ESP32 co-processor, would be nice to be able to use the built-in DotStar as the status pixel instead of adding an external NeoPixel.
-
As we have the ``_stage`` module to work with displayio, and the ``stage`` and ``ugame`` modules frozen on the pybadge, all of the µGame games should JustWork™ on it. And that is indeed how it is on t…
-
Boot_out.txt contents:
Adafruit CircuitPython 3.0.0 on 2018-07-09; Adafruit ItsyBitsy M4 Express with samd51g19
Steps to replicate issue:
1) Plug in ITSYM4 Express to USB port, green led animates…
-
Hi all, is there listed support for the newer Feather M4 Express boards from Adafruit? It seems that the M0 Express boards compile FastLED just fine, however, the SAMD51 boards throw a spew of conflic…
-
Hi,
Glad to see a library for this crypto chip and am keen to give them a try on some of my Adafruit ItsyBitsy M4's.
Assuming I will need to adjust the I2C bus as my chips aren't being picked up…
-
Using an ItSyBitsy M4 connected to this RTC
https://learn.adafruit.com/ds3231-precision-rtc-featherwing/overview
I'm seeing
AttributeError: 'module' object has no attribute 'DS3231'
after the …
-
- Arduino board: Adafruit (ItsyBitsy/Feather/Metro/Trellis) M4
- Arduino IDE version: Arduino IDE 1.8.5
- Steps to reproduce the problem:
```
#include
void setup() {}
void loop() {}
``…
-
The ure module is present on the Feather, ItsyBitsy, & GrandCentral, but not on the Feather nRF52840.
-
Using beta 7 I was testing some i2c address code and needed to scan the bus on the REPL, then tried to re-start the code and was sent into safe mode.
code.py:
```
import time
import board
impor…
-
I wrote a quick AsyncScraper class below:
import logging, datetime, time
import aiohttp
import asyncio
import uvloop
# asyncio.set_event_loop_policy(uvloop.EventLoopPolicy())
logger …