Explorar el Código

Added FUSB302Bxx I2C address macros

Clara Hobbs hace 6 años
padre
commit
991ac6c172
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. 4
    1
      src/fusb302b.h

+ 4
- 1
src/fusb302b.h Ver fichero

@@ -24,8 +24,11 @@
24 24
 #include "messages.h"
25 25
 
26 26
 
27
-/* I2C address of the FUSB302B */
27
+/* I2C addresses of the FUSB302B chips */
28 28
 #define FUSB302B_ADDR 0x22
29
+#define FUSB302B01_ADDR 0x23
30
+#define FUSB302B10_ADDR 0x24
31
+#define FUSB302B11_ADDR 0x25
29 32
 
30 33
 /* Device ID register */
31 34
 #define FUSB_DEVICE_ID 0x01

Loading…
Cancelar
Guardar