arduino-examples icon indicating copy to clipboard operation
arduino-examples copied to clipboard

Arduino IDE bundled examples

Results 30 arduino-examples issues
Sort by recently updated
recently updated
newest added

*Moved from https://github.com/arduino/Arduino/pull/8757 by @procsynth* This clock signal can be used to reprogram the fuses of an AVR that has been set wrong (ie. when an external clock has been...

type: enhancement

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. Release notes Sourced from actions/download-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....

topic: infrastructure

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. Release notes Sourced from actions/upload-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....

topic: infrastructure

Bumps [MrOctopus/download-asset-action](https://github.com/mroctopus/download-asset-action) from 1.0 to 1.1. Release notes Sourced from MrOctopus/download-asset-action's releases. 1.1 Updated dependencies and changed running environment to node16 Full Changelog: https://github.com/MrOctopus/download-asset-action/compare/1.0...1.1 Commits 175b1af Updated package.json version to...

type: enhancement
status: on hold
topic: infrastructure

### Describe the problem The Blink sketch does not run without modification on the Nicla Sense ME. It is required to add the `#include "Nicla_System.h"` directive, in order for the...

type: imperfection

Every year my students get confused about the pin numbers on the toneMelody example, and every year I pledge to help change them. Every year I forget or life gets...

type: enhancement
topic: code

As described in the issue, this prevent strange behaviour

type: imperfection

On [https://www.arduino.cc/en/Tutorial/BuiltInExamples/tonePitchFollower](url) Text says: "Connect one terminal of your speaker to digital pin 9" Schematic shows speaker connected to digital pin 8 Software: tone(9, thisPitch, 10); Text says: "Hardware Required...100...

type: imperfection
topic: code

*Moved from https://github.com/arduino/Arduino/pull/9239 by @matthijskooijman* This expands examples to show the newly added APIs: String::concat(const char *, unsigned int) String::String(const char *, unsigned int) Since not all cores versions will...

type: enhancement