-
Receive following error when compiling
fatal error: samd21/Bus_SPI.hpp: No such file or directory
70 | #include "samd21/Bus_SPI.hpp"
| ^~~~~~~~~~~~~~~~~~~~
compilation terminat…
-
I find the download_instructions button to be incredibly useful, so here is a list of all boards without the link enabled.
List requested by limor so we can backfill boards that already have good …
-
Bonjour,
Tout d'abord, merci d'avoir mis en place ce projet. J'ai ouvert ce dossier car j'ai essayé d'installer le projet sur un feather m0 mais j'ai l'impression qu'il me manque quelques étapes.
…
-
Hey Kriswiner,
I've had some communications issues trying to adapt your sketch, specifically the one SparkFun provided, to work with the Feather M0. I've been testing it out on the UNO and been hap…
-
Can't get a simple blink.ino to build for the Adafruit Feather M0 (SAMD platform). Says: Toolchain is not ready. Works fine in Arduino IDE. Is there a gap between what is working/supported in Stin…
-
Hi, I'm trying to control my Arducam using a Fetaher M0, I already check and the code it's working fine with arduino uno, I uploaded the code to the feather but I always get an "SPI Interface Error" …
-
So my HTPC remote control was not functioning as intended for a few days, and I used my mech keyboard via a cable for the time. And I thought, isn't it great to use a mech on my HTPC (thats also made …
-
Console Output
```
building bundled libs/adafruit-feather-m0-express
Error: ENOENT: no such file or directory, open 'C:\Users\xxxxx\Documents\makecode-mar21\pxt-maker\libs\adafruit-feather-m0-expre…
-
Our Feather M0 BSP has features for some specific variants of the board, for instance the `rfm` feature for "RadioFruits", `adalogger` if the SD card shield is added, `express` for Feather M0 Express.…
-
I believe there is a problem with the polling_I2C and read from FIFO_inturrupt examples.
When I run either example the code hangs. As a debug I placed print statements in the example and narrowed i…