GDP 4 / testing2

Dependencies:   FRDM-TFC

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers testing.h Source File

testing.h

00001 
00002 
00003 
00004 
00005 
00006 
00007 
00008 
00009 //what do we need to test?
00010 ////////////////////////////////////////////////////////////////////////////////
00011 
00012 float testSpeed(float speed);
00013 
00014 
00015 ////////////////////////LAP TIMES///////////////////////////////////////////////
00016 void lapTime();
00017 
00018 
00019 
00020 // have a test for increasing the speed per lap as well as average lap times at certain speeds
00021 // look at changing how the pid function will change it. VALIDATE THE PID DECISION
00022 
00023 
00024 
00025 
00026 
00027 
00028 
00029 
00030 
00031 
00032 
00033 
00034 
00035 
00036 
00037 
00038