Dan Halbert
Dan Halbert
The doc should note that `adafruit_bus_device` and `adafruit_pixelbuf` are available as native modules on many boards, and maybe explain when the native implementation is used and when the library version...
@kamtom480: a question for you: The implementation of `assert()` in spresense comes from nuttx. `assert()` is defined as `ASSERT()` when `NDEBUG` is not defined. See https://github.com/sonydevworld/spresense-nuttx/blob/new-master/include/assert.h: ```c #define ASSERT(f) do...
BNO055 gets errors running on i.MX RT1011, but this does not seem to be due to something wrong with the CircuitPython i.MX I2C implementation. Instead it is due to I2C...
I recently bought a new NanoVNA-H, which was loaded with https://github.com/hugen79/NanoVNA-H/releases/tag/1.1. NanoVNA-Saver's [`Version.py`](https://github.com/NanoVNA-Saver/nanovna-saver/blob/cbcf61afb5ffae40db23761a8658b9174d1abd07/NanoVNASaver/Version.py) did not like this `x.x` version number, and complained with `"Unable to parse version: 1.1"`. The unrecognized...
**Describe the bug** The ReadTheDocs "badge" that is linked in `README.md` points to a forked repo that has not been updated in years: https://github.com/v923z/micropython-ulab/blob/65c941a8059afe1cfd6f4c2b15d0ade798dc24f2/README.md?plain=1#L3 I think you want it to...
BSP: Arduino MBed OS Giga boards v4.0.10 Board: Giga R1 Arduino IDE: 2.2.1 Sample sketch: ```c void setup() { Serial.begin(9600); while (!Serial) { } // Attach A0 to 3.3V through...
A user commented on this: https://forums.adafruit.com/viewtopic.php?f=60&t=186732 This (simplified) example, after the first round, does the red and blue animations in random order. Each `Pulse` animation is correct, but, successive `Pulse`s...
Why does #127 fix #126? As mentioned by @brentru in https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT/pull/127#issuecomment-1317271214 and following > @jinglemansweep Hi - thanks for fixing this issue. @dhalbert - I do not think this is...
NINA-FW 1.7.5 failed to upload completely on MatrixPortal M4, PyPortal M4, etc. See https://github.com/adafruit/nina-fw/issues/53. After experimentation, I narrowed down the problem to something involving the Adafruit SAMD Arduino USB stack....
This updates the code for https://learn.adafruit.com/circuitpython-ble-remote-control-on-off. Needs testing by @rdagger.