Question 5: [10 points] Assume a stepper motor is connected to pins 3, 4, 5, 6 on Arduino. Complete the following code to run a stepper motor with half step as shown in the table (continuous rotation): You have to store the table in an array. Include delay (ms) between every two steps: 1000 1100 0100 0110 0010 0011 0001 1001
void setup()
void loop()