Skip to content

Instantly share code, notes, and snippets.

View unixunion's full-sized avatar

Kegan Holtzhausen unixunion

View GitHub Profile
#include <Arduino.h>
#include <EEPROM.h>
#include <Sparkfun_TB6612.h>
// motor driver pins
#define PWMA 9
#define AIN2 8
#define AIN1 7
#define STBY 6
#define BIN1 5