Skip to content

Instantly share code, notes, and snippets.

View Danie12345's full-sized avatar

Daniel Malo Osorio Danie12345

View GitHub Profile
@Danie12345
Danie12345 / wasder.ino
Created June 17, 2024 01:02
Wasder Controller programming
#include "Wire.h"
#include <MPU6050_light.h>
#include <Keyboard.h>
MPU6050 mpu(Wire);
unsigned long timer = 0;
//led pin-out
int ledFwd = 10, ledLeft = 12, ledRight = 9, ledBkwd = 11;
int emergencyPin = 8;