@magnatron-1eDwoP
•
Oct 26, 2024
Oct 26, 2024
1.4K
simple robot suing asp.net and arduino.
#include <EEPROM.h>char val; // Data received from the serial port
int motorPin1 =2;
int motorPin2 =3;
int motorPin3 =4;
int motorPin4 =5;
int addr = 0;
// start reading from...