Skip to content

Instantly share code, notes, and snippets.

View tnfAngel's full-sized avatar
🎯
Unavailable

tnfAngel tnfAngel

🎯
Unavailable
View GitHub Profile
@tnfAngel
tnfAngel / Coche_RC.ino
Last active April 19, 2022 22:14
Código del robot coche RC bluetooth
// Librerías
#include <SoftwareSerial.h>
#include <L298NX2.h>
#include <Servo.h>
#include <ezBuzzer.h>
#include "pitches.h"
// Pines
const int pinBTSerial1 = 3;
const int pinBTSerial2 = 2;