-
`#include ` results in a compile error for the Metro M4 Express
`#include `
`int main(void) {}`
**What I've Tried**
I have tried using the standard PlatformIO ``. See logs below.
I have tried…
ghost updated
3 years ago
-
Title kinda speaks for itself. I'll try to work on this but will probably need help.
-
Hi,
We are going to have a custom board (SAMD51 MCU) which LSM6 module on it and I plan to use this Arduino based library having the development platform to be Arduino IDE. I am thinking to use the…
-
Hi Guys,
I've been working with this library and it is working on SAMD51. I'm not sure if this issue exists on SAMD21, but I am unable to get the watchdog timer to function while freertos tasks are…
-
Hi
thank you for creating an Ender 6 setup....
Unfortunately I can not get it compiled with VS Code 1.54.1 and PlatformIO Core 5.1.0
and latest Marlin 2.0-bugfix nighly build (06 March 2021) and …
-
Hello,
I would like to add this library to the Arduino Library Manager
https://github.com/BriscoeTech/Arduino-FreeRTOS-SAMD51
Thanks for your help!
-
The following seems to suggest that the time.time() function passes time faster than time.monotonic
import time
sleeptime = 300
monotime = time.monotonic()
clocktime = time.time(…
-
Hello,
I was looking at making a derivative of the uGame 10 hardware using my CircuitBrains Deluxe module that has an ATSAMD51. I was wondering if you would be willing to put a PDF of the Fritzing sc…
-
System information
Windows 10 laptop
TensorFlow installed from (source or binary): Both Arduino_TensorflowLite 2.1.0-ALPHA and Adafruit Tensorflow Lite 1.2.1 fronm the Arduino IDE libraries
Tenso…
-
### Efficiently accessing accuracy
With AutoPVT I can get most of the current values pretty efficiently, and keep my display and button presses quite responsive on a SAMD51 chip.
But once I start re…