Limor "Ladyada" Fried
Limor "Ladyada" Fried
hiya @moononournation - we were looking to see if this library could support the latest ESP board support package (right now its 3.0.0 alpha) since there's many changes in IDF5....
https://github.com/arduino/ArduinoCore-avr/blob/master/libraries/Wire/src/utility/twi.c#L139 doesn't calculate/change the TWSR prescaler, which means that we can't get below approx 16mhz / 255*2 = 30KHz i'm happy to submit a PR, would look like this (TWSR...
unsolicited messages are annoying and confuse the parser - so maybe have a flag in readline() that if its an unsolicited message, retry the read?
hey @hierophect can you try using Arduino IDE and the `v4.2 branch` of ESP32 BSP and see if you can figure out why running a neopixel demo on ESP32-S2 causes...
from @FoamyGuy: > The current version of the scripts are located here: https://github.com/FoamyGuy/CircuitPython_Library_Screenshot_Maker/tree/main/python_generator @jepler you were taking a crack at this? i'd like the png/image to be commited into the...
🧹
@caternuson this board is getting a QTification - so maybe a good time to neaten this up: with lib dependancies we no longer need to 'embed' the MCP driver, also...
add &Wire argument to initializer
https://forums.adafruit.com/viewtopic.php?f=19&t=78770
feat: add feather esp32 c6 tested with hardware! 