-
Right now our supported boards list consists of the PyBoard v1.1 (STM32/MPY), and two Adafruit boards (the Feather and ItsyBitsy M4 Expresses, both SAMD51/CPY). Our pipeline for supported devices righ…
-
can you please provide a cut-down example code without using FIFO and without needing an interrupt pin?
The MPU6050 shall be polled just by a simple MPU read command, multiple readings seperated ju…
-
Hi,
I'm having some weird problems while trying to send out a remote code.
I'm using the itsybitsy M4 express.
I have used two configurations to set up the header:
1) This produces an output s…
-
Per conversation in https://github.com/adafruit/circuitpython/pull/1249, it'd be great to completely eliminate the KMKfw/circuitpython repository and try to track upstream commits/tags. This involves …
-
I tried to compile the example
https://github.com/jrowberg/i2cdevlib/blob/master/Arduino/MPU6050/examples/MPU6050_DMP6/MPU6050_DMP6.ino
(edit: tried to compile for M0 (Adafruit Itsybitsy M0) and M4…
-
Hi,
Thanks for CircuitPython, I'm enjoying exploring w ItsyBitsy M4.
I didn't see mention in the release notes, and given the 2.x v 3.x versioning described on the [libraries page](https://learn…
-
Just tried running some code I have been using for quite awhile on 4.0 alpha but it now breaks.
```
uto-reload is on. Simply save files over USB to run them or enter REPL to disable.
code.py output…
-
I'm getting a linker error when trying to compile these bootloaders with arm-none-eabi-gcc 6.3.1:
> arm-none-eabi-gcc -mthumb -mcpu=cortex-m0plus -Os -g -DSAMD21 -x c -c -pipe -nostdlib --param max…
-
as to the MPU6050 lib documentation:
is the MPU6050 interrupt pin used or not?
In case yes, to which Arduino pin must it be attached?
-
The following simple test using the Arduino IDE Serial Monitor demonstrates this:
void setup() {
Serial.begin(9600);
}
void loop() {
for (int x=1; x