Skip to content

Instantly share code, notes, and snippets.

View zrhkc7's full-sized avatar

Zach Hogan zrhkc7

  • Columbia, Missouri
View GitHub Profile
@zrhkc7
zrhkc7 / arduino_robot
Last active March 17, 2016 03:53 — forked from whyisjake/arduino_robot
Arduino Robot Code
/*
Original code by Nick Brenn
Modified by Marc de Vinck
Make Projects Arduino-based 4WD robot
http://makeprojects.com/Project/Build-your-own-Arduino-Controlled-Robot-/577/1
*/
#include <AFMotor.h>
//AF_DCMotor motor1(1, MOTOR12_8KHZ);
AF_DCMotor motor2(2, MOTOR12_1KHZ);
AF_DCMotor motor3(3, MOTOR12_1KHZ);