Pump Progress so far

Dependencies:   KellerDruck_pressure PID PWM-Coil-driver Sensirion_SF04 VL6180

Fork of TestBenchSerenity-proto_F429ZI1 by jack kemnitz

Revision:
8:962b78253710
Parent:
7:b385e6a3f622
--- a/main.h	Thu Aug 03 19:07:43 2017 +0000
+++ b/main.h	Thu Aug 31 14:10:02 2017 +0000
@@ -23,6 +23,8 @@
 double dutycycle=0.75;
 float openvalue=(((1/frequency)*dutycycle));
 float offvalue=(1/frequency)-openvalue;
+int x=0;
+char ch;
 
 /*
 --------------------------------------------------------------------------------------------------*/
@@ -66,7 +68,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