-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating the version to 3.1.1 from 3.1.0, improving the library descr…
…iption, and adding the latest changes to the CHANGELOG.
- Loading branch information
1 parent
3926395
commit 53726a9
Showing
3 changed files
with
18 additions
and
5 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
name=TeensyDMX | ||
version=3.1.0 | ||
version=3.1.1 | ||
author=Shawn Silverman <[email protected]> | ||
maintainer=Shawn Silverman <[email protected]> | ||
sentence=A DMX library for the Teensy. | ||
paragraph=This implements both receive and transmit functionality. | ||
sentence=A full-featured DMX library for Teensy 3 and Teensy LC. | ||
paragraph=Features include error detection and tracking, variable packet sizes, variable transmission rates, and a synchronous mode for inserting and detecting specifically-ordered packets (for example, for SIP and RDM). | ||
category=Communication | ||
url=https://github.com/ssilverman/TeensyDMX | ||
architectures=* | ||
|