diff --git a/library.json b/library.json new file mode 100644 index 0000000..650c3a0 --- /dev/null +++ b/library.json @@ -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": "." + } +} diff --git a/library.properties b/library.properties new file mode 100644 index 0000000..2fe07b1 --- /dev/null +++ b/library.properties @@ -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