-
I would find it interesting to have the event trigger passed along with it.
```go
var (
led = machine.GP2
button = machine.GP3
)
button.Configure(machine.PinConfig{Mode: machine.PinInpu…
-
### Environment
- OS: Windows 10, Powershell
- Remote Target: Baremetal ATSAM3X8E (Arduino Due)
- GDB: arm-none-eabi-gdb - GNU gdb (Arm GNU Toolchain 13.3.Rel1 (Build arm-13.24)) 14.2.90.20240526-git…
-
(Feature request for consideration)
Have you considered adding support for CAN-FD to ThingSet? The increased payload capacity could significantly reduce the amount of overhead for each message (as …
-
The MKR1000 board I've been working with for months failed upload consistently on several Windows 7 computers(all have the exact same image and configuration) with the following error,
```
Sketch …
-
### Configuration
**Operating system**: Ubuntu 19.10
**PlatformIO Version** (`platformio --version`): 4.3.1
### Description of problem
I am trying to debug an Adafruit Metro M0 Express board…
-
I found a bug in the input pin debounce / lockout code. If an input pin changes, and then changes back before the lockout time has expired, then it's state is never updated to reflect that it changed…
-
**Describe the bug**
This Kconfig has wrongly been added to defconfig files, it is not the right place for it, it has never been the right place for it, drivers that need it should select the symbol …
-
### Describe the problem
I have the following setup: https://github.com/arduino/arduino-ide/pull/1132#pullrequestreview-1031068976
When I start the application I see the following errors logged:…
-
Is this library compatible with my [Seeeduino XIAO](https://www.seeedstudio.com/Seeeduino-XIAO-Arduino-Microcontroller-SAMD21-Cortex-M0+-p-4426.html)? It is a [SAMD21G18 Cortex-M0+](https://www.micro…
-
A very interesting read:
https://blog.arduino.cc/2017/10/11/be-among-the-first-to-try-arduino-ide-1-9-beta
"The other is arduino-preprocessor, which supersedes ctags in the sketch preprocessing …