Skip to content

Commit 8bd908c

Browse files
author
SimonePDA
committed
Update library.properties
1 parent b7f2796 commit 8bd908c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hardware/arduino/avr/libraries/Wire/library.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name=Wire
22
version=1.0
33
author=Arduino
44
maintainer=Arduino <[email protected]>
5-
sentence=Allows the communication between devices or sensors connected via Two Wire Interface Bus.
6-
paragraph=
5+
sentence=This library allows you to communicate with I2C and Two Wire Interface devices.
6+
paragraph=It allows the communication with I2C devices like temperature sensors, realtime clocks and many others using SDA (Data Line) and SCL (Clock Line).
77
category=Communication
88
url=http://www.arduino.cc/en/Reference/Wire
99
architectures=avr

0 commit comments

Comments
 (0)