/* Exercise 2: Lights flashing left and right The instruction to pause for a certain amount of time given in milliseconds is _delay_ms(). To wait for 500ms, for example, you would write the following ...
You will learn the following useful skills that are directly related to this lab: • How to check if a button is pressed • How to check if a button is pressed and then released again • Overall ...
A microcontroller is essentially a small computer on a chip, like any computer, it has memory and usually programmed in embedded systems to receive inputs, perform calculations and generate output.