Skip to content

Commit 51a902b

Browse files
authored
fix: simplify README (#38)
Simplify I2C instructions.
1 parent 2d3b525 commit 51a902b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,9 @@ notecard.begin(Serial1, 9600);
4949

5050
### I2C Configuration
5151

52-
For I2C, initialize `Wire` by calling `begin()` and call Notecard `begin()` with
53-
no parameters.
52+
For I2C, you may simply call Notecard `begin()` with no parameters.
5453

5554
```cpp
56-
Wire.begin();
57-
5855
notecard.begin();
5956
```
6057

0 commit comments

Comments
 (0)