Skip to content

Commit 237d9db

Browse files
committed
Update wire.md
1 parent 6c7af76 commit 237d9db

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)