-
Conflict with the latest arduino toolset for SAMD21 'synchronized' keyword:
```
c:\Users\Peter\Nextcloud\Projects\Arduino\libraries\grblHAL_MKRZERO\src\driver.c: In function 'driver_init':
c:\Users…
-
I tried to compile a working program with FastLED and Arduino UNO/Pro Mini on MKRZero and it doesn't work. I become the following warning:
#warning "No pin/port mappings found, pin access will be sli…
-
This is my code:
> #include
> #include
> #include
> #include
>
> PN532_I2C pn532_i2c(Wire);
> NfcAdapter nfc = NfcAdapter(pn532_i2c);
>
> void setup(void) {
> }
>
> void loop(void…
-
**Describe the bug**
Compiling with lcdgfx versions 1.1.2 and 1.1.4 terminates with the following error:
"In file included from /Users/xx/Documents/Arduino/libraries/lcdgfx/src/lcd_hal/io.h:55:0,
…
-
This works excellent with an Arduino MKRZero.
I tried it with an Arduino Uno R4 Minima, but the values all read 0. No errors occur when compiling and uploading. Just getting no values as if the i…
-
There appears to be an incompatibility between the ArduinoSound.h and RTCZero.h libraries.
When you try to play an audio file after the internal RTC has been initialised, the WAV files won't play…
-
I boatload the mkrzero bootloader and and I was able to download a sketch to it ,but when I want to update new sketch
I get
![Screenshot 2023-03-21 145645](https://user-images.githubusercontent.c…
-
Is this a bug in the Arduino USB code or am I doing something wrong?
The problem can very easily be recreated in a simple hello world sketch
With the latest Arduino installed (1.8.9):
void loo…
-
Hello,
I tried importing to use smart pointers in my sketch (however advisable).
I've seen that they are used on Arduino ([forum post](https://forum.arduino.cc/index.php?topic=591561.0) mention…
-
Thank you for a great library! 👍
I'm testing the library on an official Arduino MKRZERO and I found the following issue with the library's system reset functionality. Maybe it is more accurate to …