Skip to content

Commit 2bf8268

Browse files
committed
update readme.md
1 parent b7683e7 commit 2bf8268

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/TCA9548/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The library is not tested extensively.
1818

1919
I2C 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,
2222
it 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

0 commit comments

Comments
 (0)