diff options
author | SimonePDA <majocchi@aquariusedizioni.it> | 2016-03-03 19:13:25 +0100 |
---|---|---|
committer | SimonePDA <majocchi@aquariusedizioni.it> | 2016-03-03 19:13:25 +0100 |
commit | bdc58c5baafdb8eb7fc7a6c29c6bc88928f29b44 (patch) | |
tree | 3b06a34d8363808e8f945b6fc83749e403ebc3a4 /libraries | |
parent | 487bbfde38869de977a095defd6414696744b47d (diff) |
Update library.properties
Diffstat (limited to 'libraries')
-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 |