Browse Source

Added FUSB302Bxx I2C address macros

Clara Hobbs 6 years ago
parent
commit
991ac6c172
1 changed files with 4 additions and 1 deletions
  1. 4
    1
      src/fusb302b.h

+ 4
- 1
src/fusb302b.h View File

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

Loading…
Cancel
Save