PLACEHOLDER First chassis print
PLACEHOLDER Sample post. Replace this text with your own write-up of the first chassis print.
CAD drawing

Motor test code
const int LEFT_PWM = 5;
const int RIGHT_PWM = 6;
void setup() {
pinMode(LEFT_PWM, OUTPUT);
pinMode(RIGHT_PWM, OUTPUT);
}
void loop() {
analogWrite(LEFT_PWM, 128);
analogWrite(RIGHT_PWM, 128);
}
Photos
Video
Video coming soon


