Fixed Incorrect pressure readings for the barometer

Fork of MS5637 by chris stevens

Revision:
9:83b2554646f5
Parent:
8:3a9d37268ccd
diff -r 3a9d37268ccd -r 83b2554646f5 ms5637.h
--- a/ms5637.h	Tue May 20 16:18:00 2014 +0000
+++ b/ms5637.h	Wed Jun 15 14:45:25 2016 +0000
@@ -86,6 +86,7 @@
 #define MS5637_CMD_ADC_1024 0x04 // ADC OSR=1024
 #define MS5637_CMD_ADC_2048 0x06 // ADC OSR=2048
 #define MS5637_CMD_ADC_4096 0x08 // ADC OSR=4096
+#define MS5637_CMD_ADC_8192 0x0A // ADC OSR=8192
 #define MS5637_CMD_PROM_RD 0xA0 // Prom read command
 
     /** Create ms5637 controller class