-
Following happens when build for M0 or Zero boards both in Arduino SDK and platform-io.
```
C:\Users\***\Documents\Arduino\libraries\U8glib\src\clib\u8g_delay.c:57:14: fatal error: delay.h: No suc…
-
I need to be able to read VCC to deal with low-battery situations (the problem is really VCC, not Vbat).
-
Using Arduino 1.6.13, installed library SmartEverything Lion RN2483 v1.0.0, selected board SmartEverything Lion (via Atmel-ICE), loaded sketch getChipInformation and tried to compile, and I get the f…
-
Hi
I've just received my Smart Everything board and while following the [guide](http://www.smarteverything.it/wp-content/uploads/2015/10/SmartEverything-User-Guide-Ver-1.01.pdf) I've started to get t…
-
Test the Adafruit Metro M4 and see how it works. Create a case for Sampling, differentiate between SAMD (21) and SAMD(51) if they are not ocmpatible.
-
Hello,
Reporting an issue compiling sketch using SDU library with adjusted boot h file. I am using different SS pin 6 instead of 4 therefore I am in need of recompile.
I have MKR GSM 1400 and wh…
salvq updated
4 years ago
-
On an Adafruit Feather M0, using a a version of the Adafruit SAMD core greater than 1.5.7 cause the SD card to fail to initialize. I have also posted this issue in the [Adafruit SAMD core issue tracke…
-
A change in v1.5.8 or v1.5.9 breaks the [SdFat library](https://github.com/greiman/SdFat), which can no longer initialize the SD card.
I tested this problem using v1.8.4 of the Arduino SAMD core an…
-
This core still uses the rather old gcc 4.8 toolchain, which lacks a lot of useful (C++) functions.
I just tried replacing it with SAMD's gcc 7 version, which seems to work just fine with a few tes…
-
Hello William
I just reached out to you on Arduino forums as well. I don't know how to fork but here is the code for making a GSClk on pin 9 for nanos.
`
// this function may be a source of tro…