Skip to content

Instantly share code, notes, and snippets.

#define RightMotorEnable 9
#define RightMotorBackward 7
#define RightMotorForward 8
#define LeftMotorEnable 11
#define LeftMotorBackward 10
#define LeftMotorForward 12
void setup() {
pinMode(LED_BUILTIN, OUTPUT);