Version 0.0.2

My RC Car Code by Nathan

Will use "PRE" to show code snippets
Example: Our code needs these variables and functions:
  int myMaxSpeed = 60; //0-255
  int myMinSpeed = 0;
  void my0unknownStop();
  void my1popGoRight(int myDegrees);
  void my1waterGoLeft(int myDegrees);
  void my3fast();