version 0.0.1

RC Code Sketches

RC Test Code

Will use "PRE" to show code snippets
Example: Our code needs these variables and functions:
  const int myMaxSpeed = 60;
  const int myMinSpeed = 10;
  
  bool failsafe = false;
  
  void my0unknownStop();
  void my1popGoRight(int myDegrees);
  void my1waterGoLeft(int myDegrees);
  void my3fast();