- Pick an electronic component, and by "pick", I mean, " let me assign you one"
- See goolge Doc - https://docs.google.com/spreadsheets/d/1VSOrii27GZ7R59ymX1QxKx_Rhm3KwrviJMG2b0UuZ5I/edit?usp=sharing
- Review the Google Doc Overview
- example
- Submit you doc as a PDF to IC
- 12:30-12:45 - Entry Ticket - 15 min (see top of Blog for today)
- 12:45 - 1:30 - Report on IoT conference
- 1:30 - 2:15 - C++ Code
analogWrite(motorDriveSpeedPin, 100);//Sets speed variable via PWM
digitalWrite(motorDirectionPin1, LOW);
digitalWrite(motorDirectionPin2, HIGH);
Serial.println("Motor 1 Left"); // Prints out “Motor 1 Forward” on the serial monitor
//Serial.println(" "); // Creates a blank line printed on the serial monitor
//This is how to stop the motor
analogWrite(motorDriveSpeedPin, 0);//Sets speed variable via PWM
digitalWrite(motorDirectionPin1, LOW);
digitalWrite(motorDirectionPin2, LOW);
Serial.println("Motor 1 STOPPED");
Serial.println(" ");
- 2:15 - 3:20 - Robot Club
- 3:20 - 3:30 - Cleanup
No comments:
Post a Comment