Skip to content

Commit

Permalink
Adding mention of the SendADC example to the CHANGELOG, and adding me…
Browse files Browse the repository at this point in the history
…ntion of the SendADC and SendTestPackets examples to the README.
  • Loading branch information
ssilverman committed Jan 11, 2020
1 parent 60dd8e3 commit d558ebe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ This document details the changes between each release.
### Added
* A TODO list to the README that describes features being considered for
subsequent versions.
* New `SendADC` example.

### Fixed
* Fixed IDLE detection for the case where a few characters are in the FIFO and
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ These are in the works for subsequent versions:

The classes you'll need are in the `qindesign::teensydmx` namespace: `Receiver`
and `Sender`. `Receiver` examples are in `BasicReceive` and `Flasher`, and
`Sender` examples are in `BasicSend` and `Chaser`. `Flasher` and `Chaser` are
more complete examples.
`Sender` examples are in `BasicSend`, `Chaser`, `SendADC`, and
`SendTestPackets`. `Flasher` and `Chaser` are more complete examples.

Other examples that show how to utilize synchronous transmission are in
`SIPSenderAsync` and `SIPSenderSync`.
Expand Down

0 comments on commit d558ebe

Please sign in to comment.