Manuel Caballero / BM1383AGLV
Revision:
3:24c3e7a9db4e
Parent:
2:4aa16ca14915
Child:
4:00def86e264b
--- a/BM1383AGLV.h	Wed Oct 02 11:53:10 2019 +0000
+++ b/BM1383AGLV.h	Wed Oct 30 20:13:53 2019 +0000
@@ -37,7 +37,7 @@
     * @brief   DEFAULT ADDRESS
     */
     typedef enum {
-        BM1383AGLV_ADDRESS     =   0b1011101          /*!<   I2C slave address byte                       */
+        BM1383AGLV_ADDRESS     =   ( 0b1011101 << 1U ) /*!<   I2C slave address byte                       */
     } BM1383AGLV_address_t;
 
 
@@ -151,8 +151,6 @@
 
 
 
-
-
 #ifndef BM1383AGLV_VECTOR_STRUCT_H
 #define BM1383AGLV_VECTOR_STRUCT_H
     typedef struct {