asdf

Dependencies:   KellerDruck_pressure PID PWM-Coil-driver Sensirion_SF04 VL6180

Fork of TestBenchSerenity-proto_F429ZI by Ian Wolf

Files at this revision

API Documentation at this revision

Comitter:
iwolf32
Date:
Mon Jul 31 16:25:47 2017 +0000
Parent:
5:e3eff8a04b25
Commit message:
Rev1;

Changed in this revision

main.h Show annotated file Show diff for this revision Revisions of this file
diff -r e3eff8a04b25 -r 330773526c35 main.h
--- a/main.h	Thu Jul 27 14:27:22 2017 +0000
+++ b/main.h	Mon Jul 31 16:25:47 2017 +0000
@@ -20,10 +20,10 @@
 };
 
 //I2CPreInit gI2C1(I2C_SDA, I2C_SCL, I2C frequency);
-I2CPreInit i2c3(PB_4, PA_8, 100000);
+I2CPreInit i2c1(PB_9, PB_8, 100000);
 
 
 // Sensirion gas flow sensor object (i2c object, i2c address, calibration field, resolution 9-16 bit)
-SF04 mainflow(i2c3, MAINFLOW_ADDR, 0, 16); // Gas flow sensor (SFM7033)
+SF04 mainflow(i2c1, MAINFLOW_ADDR, 0, 16); // Gas flow sensor (SFM7033)
 
 #endif
\ No newline at end of file