Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed MMA8452Q MS5837 SDFileSystem SCI_SENSOR
Diff: main.cpp
- 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();