Procházet zdrojové kódy

Added FUSB302Bxx I2C address macros

Clara Hobbs před 6 roky
rodič
revize
991ac6c172
1 změnil soubory, kde provedl 4 přidání a 1 odebrání
  1. 4
    1
      src/fusb302b.h

+ 4
- 1
src/fusb302b.h Zobrazit soubor

@@ -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…
Zrušit
Uložit