Skip to content

Commit 124beda

Browse files
authored
Merge pull request #103 from per1234/array-add-float
Added [float] above Creating (Declaring) an Array
2 parents 2a1f3be + f80565d commit 124beda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Language/Variables/Data Types/array.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ subCategories: [ "Data Types" ]
1818
[float]
1919
=== Description
2020
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.
21+
[float]
2122
=== Creating (Declaring) an Array
2223

2324
All of the methods below are valid ways to create (declare) an array.

0 commit comments

Comments
 (0)