-
### Configuration
**Operating system**: Ubuntu 20.04
5.4.0-73-generic #82-Ubuntu x86_64 x
**PlatformIO Version** (`platformio --version`): PlatformIO Core…
-
`boards.txt` specifies the TRRS variant here:
https://github.com/adafruit/ArduinoCore-samd/blob/576d6271eddd694d13313dea7125add64be0d0e0/boards.txt#L914
The directory under `variant` all lower cas…
-
I can't seem to get SAMD working with the examples. I'm running Windows 10 with Chrome Cannary.
When I upload the serial example I get an unkown USB device in the device Manager, this does not change…
-
Support 32-bit MCU based on ARM core such as Arduino Due. These have the advantage of much more memory and allow symmetrical memory model (i.e. data structures in RAM).
-
Hi all,
This library works very well for RTD measurement on AVR boards like Arduino UNO.
But when i try to compile the same code for a SAMD Board like Cortex M0, i have a SPI compilation issue …
-
When trying to compile for arduino uno R4 this error is recieved.
Arduino\libraries\RBDdimmer\src/RBDdimmer.h:21:3: error: #error "This library only supports boards with an AVR, ESP32, ESP8266, SA…
-
I'm trying to use the arduino-mk on fedora30 (arduino 1.8.5). I have successfully built the rpm using the SPEC file. I have the standard installation of arduino IDE from fedora: ARDUINO_DIR = /usr/sha…
-
When running the example code the scheduled events won't trigger.
Based on my limited understanding something is off with the time library.
The time(nullptr) function always returns the same time…
-
Samd21 boards
Hi, I've made minor changes to get the library working on Trinket M0, probably it shall work on other samd boards as well.
I used Gary Grewal's MIDIUSB as reference for accessing th…
aelio updated
1 month ago
-
I just tried to build my Arduino example project:
https://github.com/RudolphRiedel/FT800-FT813/tree/5.x/examples/EVE_Test_Arduino_PlatformIO
And it builds for everything that is configured except …