diff --git a/drivers/include/bh1750fvi.h b/drivers/include/bh1750fvi.h
index 1eaa523ec443a1791d4f3d9e54a5589a417bb46c..8d0da67ffde04f6dc9ebbef2d2f3e4ef3384b040 100644
--- a/drivers/include/bh1750fvi.h
+++ b/drivers/include/bh1750fvi.h
@@ -33,14 +33,14 @@ extern "C" {
  * The actual address of the device depends on the state of the ADDR pin.
  * @{
  */
-#define BH1750FVI_ADDR_PIN_LOW          (0x5c)      /**< ADDR pin := 0 */
-#define BH1750FVI_ADDR_PIN_HIGH         (0x23)      /**< ADDR pin := 1 */
+#define BH1750FVI_ADDR_PIN_LOW          (0x23)      /**< ADDR pin := 0 */
+#define BH1750FVI_ADDR_PIN_HIGH         (0x5c)      /**< ADDR pin := 1 */
 /** @} */
 
 /**
  * @brief   Default address of BH1750FVI sensors
  */
-#define BH1750FVI_DEFAULT_ADDR          BH1750FVI_ADDR_PIN_HIGH
+#define BH1750FVI_DEFAULT_ADDR          BH1750FVI_ADDR_PIN_LOW
 
 /**
  * @brief   Maximum I2C bus speed to use with the device