File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ The library is not tested extensively.
1818
1919I2C address is 0x70 .. 0x77.
2020
21- The library caches the channels enabled, and if a channel is enabled,
21+ The library caches the channels enabled, and if a channel is enabled,
2222it will not be enabled again (low level) to optimize performance.
2323
2424## Interface
@@ -34,7 +34,7 @@ it will not be enabled again (low level) to optimize performance.
3434### Find device
3535
3636- ** bool isConnected(uint8_t addr)** retuns true if arbitrary address is found on I2C bus.
37- This can be used to verify a certain device is avaiable (or not) on an enabled channel.
37+ This can be used to verify a certain device is available (or not) on an enabled channel.
3838
3939
4040### Channel functions
You can’t perform that action at this time.
0 commit comments