Skip to content

Commit 22a1928

Browse files
committed
Fill in read me and descriptions
1 parent d9e7daa commit 22a1928

File tree

3 files changed

+28
-3
lines changed

3 files changed

+28
-3
lines changed

README.adoc

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
= RS485 Library for Arduino =
2+
3+
Enables sending and receiving data using the RS485 standard with RS485 shields, like the MKR 485 shield.
4+
5+
This library supports the Maxim Integrated MAX3157 and equivalent chipsets.
6+
7+
For more information about this library please visit us at
8+
http://www.arduino.cc/en/Reference/WiFi1010
9+
10+
== License ==
11+
12+
Copyright (C) 2018 Arduino AG (http://www.arduino.cc/)
13+
14+
This library is free software; you can redistribute it and/or
15+
modify it under the terms of the GNU Lesser General Public
16+
License as published by the Free Software Foundation; either
17+
version 2.1 of the License, or (at your option) any later version.
18+
19+
This library is distributed in the hope that it will be useful,
20+
but WITHOUT ANY WARRANTY; without even the implied warranty of
21+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
22+
Lesser General Public License for more details.
23+
24+
You should have received a copy of the GNU Lesser General Public
25+
License along with this library; if not, write to the Free Software
26+
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name=RS485
22
version=1.0.0
33
author=Arduino
44
maintainer=Arduino <[email protected]>
5-
sentence=
6-
paragraph=
5+
sentence=Enables sending and receiving data using the RS485 standard with RS485 shields, like the MKR 485 shield.
6+
paragraph=This library supports the Maxim Integrated MAX3157 and equivalent chipsets.
77
category=Communication
88
url=http://www.arduino.cc/en/Reference/RS485
99
architectures=*

0 commit comments

Comments
 (0)