Dependencies:   KellerDruck_pressure PID PWM-Coil-driver Sensirion_SF04 VL6180

Fork of TestBenchSerenity-proto_F429ZI1 by jack kemnitz

Files at this revision

API Documentation at this revision

Comitter:
iwolf32
Date:
Tue Sep 12 21:18:08 2017 +0000
Parent:
7:b385e6a3f622
Commit message:

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
main.h Show annotated file Show diff for this revision Revisions of this file
diff -r b385e6a3f622 -r 028bc750d106 main.cpp
--- a/main.cpp	Thu Aug 03 19:07:43 2017 +0000
+++ b/main.cpp	Tue Sep 12 21:18:08 2017 +0000
@@ -181,12 +181,7 @@
 
     // Thread to send process values to serial port
     print_process_values_t.set_priority(osPriorityLow);
-    print_process_values_t.start(&print_process_values);
-    
-    
-
-
-         
+    print_process_values_t.start(&print_process_values);      
         
     
 }
diff -r b385e6a3f622 -r 028bc750d106 main.h
--- a/main.h	Thu Aug 03 19:07:43 2017 +0000
+++ b/main.h	Tue Sep 12 21:18:08 2017 +0000
@@ -66,7 +66,7 @@
 Mutex i2c1_m, i2c2_m, i2c3_m, stdio_m;
 
 //DigitalOut myled(LED2);
-Serial pc(SERIAL_TX, SERIAL_RX, 250000); // tx, rx, baud
+Serial pc(SERIAL_TX, SERIAL_RX, 115200); // tx, rx, baud
 
 // an I2C sub-class that provides a constructed default
 class I2CPreInit : public I2C