docs-content icon indicating copy to clipboard operation
docs-content copied to clipboard

Arduino documentation (docs.arduino.cc)

Results 188 docs-content issues
Sort by recently updated
recently updated
newest added

## What This PR Changes - The PF1550 is a two in one voltage regulator and battery charging IC. - Also, it can be configured via the https://github.com/arduino-libraries/Arduino_PF1550 library -...

fix/update
arduino
pro

## What This PR Changes - Added an article that explains how to use the web editor to document a classroom project ## Contribution Guidelines - [x] I confirm that...

documentation
Tutorial
arduino
education

line 56 -- suggest deletion of recursive reference to directory 'lmp-manifest'. Can be fixed as suggested with this revision by replacing './lmp-manifest' with '.' in line 56, or alternately by...

community
pro

## What This PR Changes - Updated Tensorflow tutorial since the library was removed from our library manager ## Contribution Guidelines - [ ] I confirm that I have read...

arduino
maker

## What This PR Changes - Add Application Note on the Nicla Sense ME Battery App Note ## Contribution Guidelines - [x] I confirm that I have read the [contribution...

Tutorial
arduino
pro

Under the heading "Limitations of This Library" the article correctly states: "Not all pins on the Mega and Mega 2560 boards support change interrupts, so only the following can be...

community
maker

Clarified sentence on line 94. ## What This PR Changes The original sentence was confusing and referenced a type of function which was different from the example given. ## Contribution...

community
maker

![image](https://github.com/arduino/docs-content/assets/104315501/d1a6a274-e369-4d72-ac5d-9f820b369f78) A0(Yellow line) should be connected to i10 and GND (black line) port of arduino to i13 on breadboard.

maker

## What This PR Changes Correction on the code to handle the GMT info. The orginial code adds the GMT variable at the moment of printing the hour: _print2digits(rtc.getHours() +...

fix/update
community

Either the schematic or the code is incorrect on https://docs.arduino.cc/built-in-examples/usb/JoystickMouseControl. Schematic says A0 = vertical, A1 = horizontal. Code says xAxis = A0, yAxis = A1 x is typically horizontal....