-
Should be fairly simple to do, just time consuming, and would have prevented issues like #251
-
When using the following sketch:
```Arduino
void setup() {
Serial.begin(9600);
while (!Serial);
Serial.println("hello world");
}
void loop() {
}
```
I get the following linker er…
-
Hello, I'm starting work on adding a pendant to grblHAL. My current thinking is to use the keypad interface and a small micro to format up the pendant commands and hand them off the the grbl processo…
-
PIO Core Call Error: "The current working directory C:\\Users\\huyti\\Documents\\PlatformIO\\Projects\\MH Automation will be used for the project.\r\n\r\nThe next files/directories have been created i…
-
What kind of issue is this?
- [x] **PlatformIO Core**.
If you’ve found a bug, please provide an information below.
*You can erase any parts of this template not applicable to your Issue…
-
Hi, i'm running the code on Teensy 4.1 and Phil Barretts board.
The spindle enable signal is controlled by the M codes which works fine.
Now i recognized that the enable signal is also switched off …
-
### :bug: Bug Report
**Describe the bug**
A clear and concise description of what the bug is.
**Minimum example code to replicate the bug**
```C++
/*'uavcan::node::Heartbeat_1_0' …
-
Using the SDU lib makes the compiler warn
/Arduino15/packages/Telit-Board/hardware/samd/1.0.1/libraries/SDU/src/SDU.cpp:44:4: error: #error "Unsupported board!"
#error "Unsupported board!"
-
Hi
Every time I compile my project, I get this warning:
```
/home/pi/Arduino/libraries/SD/src/utility/Sd2Card.cpp:177:16: warning: 'chip_select_asserted' defined but not used [-Wunused-variable]
…
-
Can i use Arduino uno instead of Arduino MKRZero.