diff options
-rw-r--r-- | libraries/Wire/library.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/Wire/library.properties b/libraries/Wire/library.properties index 1fc40bf..e19526e 100644 --- a/libraries/Wire/library.properties +++ b/libraries/Wire/library.properties @@ -2,8 +2,8 @@ name=Wire version=1.0 author=Arduino maintainer=Arduino <info@arduino.cc> -sentence=Allows the communication between devices or sensors connected via Two Wire Interface Bus. -paragraph= +sentence=This library allows you to communicate with I2C and Two Wire Interface devices. +paragraph=It allows the communication with I2C devices like temperature sensors, realtime clocks and many others using SDA (Data Line) and SCL (Clock Line). category=Communication url=http://www.arduino.cc/en/Reference/Wire architectures=avr |