test

Dependencies:   BME280

Dependents:   BME280_Hello Cansat_program3 Cansat_program4 Cansat_program4_1 ... more

Fork of BME280 by Toyomasa Watarai

Revision:
6:c427c0416917
Parent:
5:a644a639b4cf
diff -r a644a639b4cf -r c427c0416917 BME280.cpp
--- a/BME280.cpp	Thu Aug 06 15:02:43 2015 +0000
+++ b/BME280.cpp	Sat Aug 08 07:43:46 2015 +0000
@@ -54,7 +54,7 @@
     i2c.write(address, cmd, 2);
  
     cmd[0] = 0xf5; // config
-    cmd[1] = 0x28; // Standby 1000ms, Filter off
+    cmd[1] = 0x24; // Standby 62.5ms, Filter 2
     i2c.write(address, cmd, 2);
  
     cmd[0] = 0x88; // read dig_T regs