98 Arduino C Lesson 9 Arrays and for loop
#############################
Video Source: www.youtube.com/watch?v=kjLTXnizZS8
A basic introduction to using arrays and the for() loop. • The lesson shows how to create a simple array and populate the elements of the array as well as reading from those elements. • The random() function is also introduced in this lesson. • As always the code uses millis for timing so in non-blocking state machine code. • For more information, code and circuit diagram visit https://www.digitaltown.co.uk/lessons...
#############################