version 0.0.1

My Rc Car Code by Fred

Will use "PRE" to show code snippets
Example: Our code needs thee variables and functions:

const int myMaxSpeed = 60;
const int myMinSpeed = 20;

// Standard function names


void my0PopGoRight();
void my1UnknownStop();
void my2WaterGoLeft();
void my3Fast();


//pseudo code