Carter Nelson
Carter Nelson
An alternate Wire instance can be provided as a parameter to the constructor. Do you have an actual use case where the sensor changes what pins it is connected to...
@oculartechie Hey, if you're still monitoring this PR, can you please update the example to also still show the original usage: ```cpp Adafruit_BME680 bme; // I2C ``` Maybe just have...
Which mode are you referring to?  Are you just wanting something non-blocking? See the async example: https://github.com/adafruit/Adafruit_BME680/blob/master/examples/bme680async/bme680async.ino
Closing due to lack of response. Unclear what the question is asking. Need better explanation of "parallel and sequential mods".
@ladyada Yeah to QTification! OK to be breaking? To make various ctor/begin() calls line up more with other libs.
If possible, please test the proposed fix in this PR: https://github.com/adafruit/Adafruit_DotStar/pull/44
Ignore above. A different approach was taken. Please try the 1.2.0 release when it becomes available via Library Manager: https://github.com/adafruit/Adafruit_DotStar/releases/tag/1.2.0 Note there is a new dependency to install as well...
Not sure how that example sketch ever worked. On the Itsy M0 the onboard DotStar pins are 40 (clock) and 41 (data). https://learn.adafruit.com/introducing-itsy-bitsy-m0/pinouts#spi-flash-and-dotstar-2989068 **EDIT** - oops, nevermind. Issue is with...
Just tested this with a **Trinket M0** and it works. So can't recreate the issue described. Make sure all other Arduino libraries and Board Support Packages are up to date...
Should've added this comment way back, but I don't have a PID 391 or PID 1603 breakout to use for testing. Otherwise I'd work up a PR for this.