Arduino Lessons arrays. An array can be represented as a table of values of any parameters. For a one-dimensional array, that is, an array with one index, it will look like this. In the first table, the representation of an array of elements of the byte type, and in the second, an array of the String type. The first column contains the indexes of the array elements, and the second column contains the values of the elements. Indexes in Arduino are integer only and always start from zero. And the number of indexes or elements of a particular array is set in the program once during its declaration.
https://pinout.uno/arduino-lessons/ar...
/ geekmatic
You can order your own PCBs or new projects by WhatsApp +38(093) 415 82 45
or Telegram +38(093) 415 82 45
or Viber +38(067) 360 93 82
#arduino