Skip to content
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
1 change: 1 addition & 0 deletions 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