From e986d37ee5af33802f1e636afc71cd62702c7303 Mon Sep 17 00:00:00 2001 From: saad Date: Wed, 4 Oct 2023 01:26:26 -0400 Subject: [PATCH] add original readme file --- README.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 426bc18..8f72b8d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,24 @@ # DmxMaster -An archive of the DmxMaster library for the Arduino DMX shield by Tinkerkit \ No newline at end of file +An archive of the DmxMaster library for the Arduino DMX shield by Tinkerkit + +ORIGINAL README: + +DmxSimple +--------- + +Simple DMX master library for Arduino (TM) + + +Originally written by Tinker.it Ltd + + +DmxSimple v3 release: + Changes from v2 to v3: + Optimised interrupt routine now supports serial baud rates up to 115200. + DMX output pin can be changed with the DmxMaster.usePin() function. + Automatic support for future clock rates and pin mappings. + Syntax highlighting in Arduino editor fixed. + More comments added to FadeUp and SerialToDmx examples + FadeUp example now demonstrates all DmxMaster functions. + Release notes file added. (For older revisions, see SVN log on Google Code)