forked from mathertel/DMXSerial
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated library, ready for Arduino Shell version 1.6.0.
- Loading branch information
Showing
4 changed files
with
129 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
= DMX Library for Arduino = | ||
|
||
This is a library for sending and receiving DMX codes using the Arduino plattform | ||
or a ATmega (ATmega168, ATmega328 or similar) processor with a clock speed of 16 MHz. | ||
|
||
For more information about this library please visit us at | ||
http://www.mathertel.de/Arduino/DMXSerial.aspx | ||
|
||
== License == | ||
|
||
Copyright (c) 2005-2015 by Matthias Hertel, http://www.mathertel.de/ | ||
|
||
The detailed Software License Agreement can be found at: | ||
http://www.mathertel.de/License.aspx | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
name=DMXSerial | ||
version=1.2 | ||
author=Matthias Hertel | ||
maintainer=Matthias Hertel <www.mathertel.de> | ||
sentence=Enables DMX communication using the built-in serial port. For Arduino boards UNO, Leonardo, Mega. | ||
paragraph=With this library you ... | ||
category=Communication | ||
url=http://www.mathertel.de/Arduino/DMXSerial.aspx | ||
architectures=* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters