Commit b81356b
committed
Update README.md
Many processors, now days have more than one hardware I2C on them. Sometimes it is convenient to use a different I2C object like Wire1 or Wire2 instead of the default Wire object.
This change allows you to pass in a pointer to the desired I2C(Wire) object on the constructor. which defaults to Wire.
This change requires the main header file to include the wire.h header file.1 parent ec63db2 commit b81356b
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
78 | | - | |
| 77 | + | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
0 commit comments