/*
Developer : Jorge Andrade Roman
Number ID : A01234567
Project name : A6P2
Date : October 24th, 2023
Template URL :
https://wokwi.com/projects/379487549191516161
*/
// definitions section
#define L_FWD 7
#define L_ACC 11
#define L_BWD 8
#define R_FWD 2
#define R_ACC 3
#define R_BWD 4
char incommingByte = ' ';
void setup() {
}
void loop() {
}