megan gimple / Mbed 2 deprecated OCE360_Final_Project

Dependencies:   mbed MMA8452Q MS5837 SDFileSystem SCI_SENSOR

Revision:
7:834315c46d94
Parent:
6:5f55105701ac
Child:
8:cca95817a93b
--- a/main.cpp	Tue Nov 30 15:22:51 2021 +0000
+++ b/main.cpp	Tue Nov 30 15:30:27 2021 +0000
@@ -53,7 +53,7 @@
 
 //Control Parameters
 float on_time = 5; //on for 5 seconds part one
-float pw=200;      //pw? //define this? is ths where we define % of full thrust ie. 20/1000 
+float pw=1000;      //pw? //define this? 
 
 //-------------Main functions-----------------------------------------------------------------------------------------
 int main()
@@ -177,7 +177,6 @@
     while(tt.read()<=on_time)
     {
         pc.printf("thruster on?...mack is cool\r\n"); //print check
-        //turn on thurster
     }
     //stop the timer
     tt.stop();