Arduino Assignment 3 - Blink one light (TinkerCAD)
- Due Nov 11, 2020 by 11:59pm
- Points 10
- Submitting a text entry box
Instructions:
1) Watch this video. Follow along with the video in your own TinkerCAD as instructed.
2) When you have finished building the Arduino project like it is shown in the video, submit the public link to the project here.
3) This project will get one LED to blink on and off using an Arduino. You should be able to tell me how to use the following when you're finished:
- int (variable data type)
- pinMode(pin_name, INPUT/OUTPUT)
- digitalWrite(pin_name, HIGH/LOW)
- delay(number_of_milliseconds)