Skip to content

Added [float] above Creating (Declaring) an Array #277

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 1 commit into from
Dec 15, 2017
Merged
Changes from all commits
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
3 changes: 2 additions & 1 deletion Language/Variables/Data Types/array.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ subCategories: [ "Data Types" ]
[float]
=== Description
An array is a collection of variables that are accessed with an index number. Arrays in the C programming language, on which Arduino is based, can be complicated, but using simple arrays is relatively straightforward.
[float]
=== Creating (Declaring) an Array

All of the methods below are valid ways to create (declare) an array.
Expand Down Expand Up @@ -106,4 +107,4 @@ For a complete program that demonstrates the use of arrays, see the (http://www.


--
// SEE ALSO SECTION ENDS
// SEE ALSO SECTION ENDS