define SDP3X_SCALE_PRESSURE_SDP3X corrected

This commit is contained in:
rde-mato 2017-10-10 14:57:58 +02:00 committed by Lorenz Meier
parent fd6f2192ac
commit 78a9658163
1 changed files with 3 additions and 3 deletions

View File

@ -63,9 +63,9 @@
#define SDP3X_RESET_CMD 0x06
#define SDP3X_CONT_MEAS_AVG_MODE 0x3615
#define SDP3X_SCALE_PRESSURE_SDP31 20
#define SDP3X_SCALE_PRESSURE_SDP32 5
#define SDP3X_SCALE_PRESSURE_SDP33 60
#define SDP3X_SCALE_PRESSURE_SDP31 60
#define SDP3X_SCALE_PRESSURE_SDP32 240
#define SDP3X_SCALE_PRESSURE_SDP33 20
#define PATH_SDP3X "/dev/sdp3x"