✅Arduino lessons multidimensional arrays

Поділитися
Вставка
  • Опубліковано 26 чер 2022
  • Arduino lessons multidimensional arrays. This is the second video about arrays. In the first one, I told what I know about one-dimensional arrays in the Arduino IDE. You learned that they allow many programming tasks to significantly reduce the size of the code and improve its readability. It is convenient to work with arrays in cycles, sorting through each of their cells sequentially and reading data from it or writing new data there.
    The simplest definition of an array in programming is a grouping of multiple variables of the same type. For example, we have 10 integer variables. An array allows you to group them as if into one variable with an index by which you can clearly access one of the group variables. An array with one index is called one-dimensional. If it has more than one index, then it is a multidimensional array.
    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
  • Наука та технологія

КОМЕНТАРІ • 6

  • @loganphillips5142
    @loganphillips5142 11 місяців тому +1

    Thanks man

  • @senpuuxd1032
    @senpuuxd1032 Рік тому

    How to remove uid tag from 2 dimensional array after he was scaned and compare to array? I can't find answer for that or... I do 't underatand it becouse i am greeeen :/

  • @k.chriscaldwell4141
    @k.chriscaldwell4141 Рік тому

    The BEST and easiest way to learn 3D arrays (matrices) is in Python NOT using NumPy. Make ‘em. and manipulate ‘em until ya got it. Then you’ll be ready for same with Arduino.

  • @stephenbarlin2314
    @stephenbarlin2314 Рік тому

    Be careful to pronounce/ emphasis the word “for” correctly when talking about loops. As this stands your meaning is confusing and unclear.