Objective:
To become familiar with Neopixels and the NeoPixel code extension
To become familiar with functions and flags
Makecode---> Extensions----> Neopixels
An Extension is additional code blocks which can be added to give additional functionality
Neopixels are programmable LEDs with 3 inputs- Vcc, GND, Signal
Hints:
Define a standard light cycle function(standard)
Define a walk request cycle function(walk)
Define a walk request variable( a 'flag') that is changed from 0 to 1 when a button
Define a main loop that calls walk if the request is made, else it calls standard