Skip to content

Commit 8a3d4b2

Browse files
authored
Merge pull request #1571 from arduino/karlsoderby/temp-wire-fix
Update Wire Tutorial
2 parents dc8e858 + 237d9db commit 8a3d4b2

File tree

1 file changed

+1
-1
lines changed
  • content/learn/05.communication/01.wire

1 file changed

+1
-1
lines changed

content/learn/05.communication/01.wire/wire.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ There are no Arduino boards that have a built in Grove connector, however you ca
9696
## Wire Library
9797
The Wire library is what Arduino uses to communicate with I2C devices. It is included in all board packages, so you don't need to install it manually in order to use it.
9898

99-
To see the full API for the Wire library, visit its [documentation page](https://www.arduino.cc/reference/en/language/functions/communication/wire/).
99+
To see the full API for the Wire library, visit its [documentation page](https://www.arduino.cc/reference/en/language/functions/communication/wire).
100100

101101
- `begin()` - Initialise the I2C bus
102102
- `end()` - Close the I2C bus

0 commit comments

Comments
 (0)