Arduino
Arduino copied to clipboard
Arduino IDE 1.x
As per the subject, `clang-format` is used instead of `AStyle`. The `clang-format` formatting style cannot match the current `AStyle` formatting style because `clang-format` has much stricter formatting rules than `AStyle`...
Would it be possible to make the colour of warning messages different from the colour of error messages? Say yellow instead of red. I often get warnings about things in...
It's not a good idea to declare `void yield(void) __attribute__ ((weak, alias("__empty")));` in file `...\packages\arduino\hardware\avr\1.8.2\cores\arduino\hooks.c` with the alias function named "__empty" because: I've written jm_Scheduler - a cooperative scheduler. With...
I use a Spanish keyboard. Next to the menu item Edit->Comment/Uncomment, the hint for the corresponding keyboard shortcut is ``` Ctrl+Slash ``` On the Spanish keyboard, there is no Slash...
### Project View: We have added a new feature to the ArduinoIDE interface : a toggleable Project view. It allows you to quickly manage files in your sketch folder (add,...
 When you go to _Manage Libraries..._ and try to install a library that requires a lot of dependencies, e.g. _Adafruit's Sensor Lab_. A message window...
VERY predictable output from random(), after being seeded with an incrementing counter. Attached sketch shows how I'm getting four streams of almost perfectly sequential numbers from an algorithm that uses...
Tested using Arduino IDE 1.8.19 on Windows 10. with this sketch ``` // Uno test for monitor copy/paste on Windows10 void setup() { Serial.begin(9600); Serial.println("Line 1"); Serial.println("Line 2"); } void...
How to recreate problem: 1. Connect Nano 33 BLE Sensor board with microUSB cable 2. Open Arduino IDE 1.8.19 (on Windows 10) 3. Open the Blink.ino sketch 4. Select the...