sensors
12/3/20 Using pre-existing examples on the program: file - examples - basic - blink. This gives us the code for an LED light to flash. Once the code is up you verify, then upload it. There was an error. We went on tools, port and connected it back up making sure the board was Arduino/uno (the make of our board) and made sure the pins were in the right place as the error said the port was not found. The smaller the delay the faster it blinks. As the example code provided, the delay(1000) means wait for 1 second, so changing it to 100 creates a rapid blink. I managed to get the LED light to blink using the breadboard which we couldn't figure how to do before Motor From the images/video below we used the Arduino to power the motor meaning that we didn't need to use code (creative cheating) We learnt that the ground and 5V had to be connected to the positive and negative in the breadboard as shown below so those columns have power Then we added two ...