-
Trying to set up a project for some led fun with adafruit m0 boards, using this flake
```nix
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
flake-utils.url = "githu…
eyduh updated
10 months ago
-
Not opening a PR because I noticed that you have your own fork of Arduino-Makefile project and maintain it.
Took me some time to figure it out but now it works.
First of all, with new SAMD devic…
-
I managed to get the library working with both the ItsyBitsy M0 and M4 from adafruit with a relatively small code fix. I can submit a pull request(I think) once I get a bit more familiar with GIT, but…
-
The SPIClass Constructor in the SPI library contains an assert:
```
SPIClass::SPIClass(SERCOM *p_sercom, uint8_t uc_pinMISO, uint8_t uc_pinSCK, uint8_t uc_pinMOSI, SercomSpiTXPad PadTx, SercomRXPa…
-
I connect MKR 1010 to a Lidar with a OTG cable .MKR 1010 is USBHost , it can send command to Lidar and receive data from Lidar.
But the problem I meet is the data I receive is loss some bytes. The be…
-
On _Circuit Playground Express_, calling `CircuitPlayground.readCap()` makes Adafruit_NeoPixel_ZeroDMA display random pixels. Try with the following sketch:
```
#include
#include
#define PIX…
buxit updated
2 years ago
-
Starting with [this commit](https://github.com/jcchurch13/Mechaduino-Firmware/commit/055bc004133c3f7c70fbc5b1394e09163140d0f2) the `FlaggedStorage` library was used, resulting in the compilation error…
-
1. Code uses syntax: attachInterrupt(1, rotaryIRQ, CHANGE);
from https://www.arduino.cc/reference/en/language/functions/external-interrupts/attachinterrupt/ this doesn't necessarily work for di…
-
What kind of issue is this?
- [x] **Feature Request**.
Start by telling us what problem you’re trying to solve. Often a solution
already exists! Don’t send pull requests to implement …
-
After three frustrating days I can finally get my Arduino Zero to move my mouse pointer. This has been a difficult transition from the UNO.
[1] The program port would not allow download, after some t…