Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions library.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "Auto485",
"version": "1.0.0",
"description": "Auto485 - a small helper library that takes some of the tedium out of RS485 communication. It automatically handles the DE/RE pin toggling for half-duplex RS485 transceivers.",
"keywords": "RS485, communication, serial, auto485, arduino",
"repository": {
"type": "git",
"url": "https://github.com/madleech/Auto485.git"
},
"authors": [
{
"name": "Michael Adams",
"url": "http://www.michael.net.nz",
"maintainer": true
}
],
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": "Auto485.h",
"build": {
"srcDir": ".",
"includeDir": "."
}
}
10 changes: 10 additions & 0 deletions library.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name=Auto485
version=1.0.0
author=Michael Adams
maintainer=Michael Adams
sentence=Helper library for RS485 communication
paragraph=Auto485 is a small helper library that takes some of the tedium out of RS485 communication. It automatically handles the DE/RE pin toggling for half-duplex RS485 transceivers.
category=Communication
url=https://github.com/madleech/Auto485
architectures=*
includes=Auto485.h