Skip to content

Commit

Permalink
fixed the i2c address for the ms5607
Browse files Browse the repository at this point in the history
  • Loading branch information
MedadRufus committed Feb 13, 2020
1 parent 7b2b10f commit 3dad725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MS5xxx.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#include <Wire.h>

// typical I2C-Address of chip
#define I2C_MS5607 0x76
#define I2C_MS5607 0x77
#define I2C_MS5611 0x77

// I2C commands of chip
Expand Down

0 comments on commit 3dad725

Please sign in to comment.