Skip to content

[DOCS] Writing a new Arduino documentation about GPIO #5894

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 16 commits into from
Dec 14, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove 'A'before fetures
  • Loading branch information
halyssonJr committed Nov 16, 2021
commit a41ef070a5449fb1482deae8c1552a808cb9f972
Binary file modified _build/html/.doctrees/api/gpio.doctree
Binary file not shown.
Binary file modified _build/html/.doctrees/environment.pickle
Binary file not shown.
2 changes: 1 addition & 1 deletion _build/html/_sources/api/gpio.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ About
GPIO (General Purpouse Input Output) is peripheral responsible to controls reception and
deliver digital signals by means of easy interface acess with world, physical pins.

A fetures of this peripheral relates with largely quantity pins available on chip, also being
Fetures of this peripheral relates with largely quantity pins available on chip, also being
this programmable and configurable. An example of interaction happen when turn on LED or pulse control a button.

.. note::
Expand Down
2 changes: 1 addition & 1 deletion _build/html/api/gpio.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h1>GPIO<a class="headerlink" href="#gpio" title="Permalink to this headline">¶
<h2>About<a class="headerlink" href="#about" title="Permalink to this headline">¶</a></h2>
<p>GPIO (General Purpouse Input Output) is peripheral responsible to controls reception and
deliver digital signals by means of easy interface acess with world, physical pins.</p>
<p>A fetures of this peripheral relates with largely quantity pins available on chip, also being
<p>Fetures of this peripheral relates with largely quantity pins available on chip, also being
this programmable and configurable. An example of interaction happen when turn on LED or pulse control a button.</p>
<div class="admonition note">
<p class="admonition-title">Note</p>
Expand Down
2 changes: 1 addition & 1 deletion _build/html/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/source/api/gpio.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ About
GPIO (General Purpouse Input Output) is peripheral responsible to controls reception and
deliver digital signals by means of easy interface acess with world, physical pins.

A fetures of this peripheral relates with largely quantity pins available on chip, also being
Fetures of this peripheral relates with largely quantity pins available on chip, also being
this programmable and configurable. An example of interaction happen when turn on LED or pulse control a button.

.. note::
Expand Down