From d558ebe1bafd00a4c2760e6d9d366c714156adf6 Mon Sep 17 00:00:00 2001 From: Shawn Silverman Date: Fri, 10 Jan 2020 21:40:09 -0800 Subject: [PATCH] Adding mention of the SendADC example to the CHANGELOG, and adding mention of the SendADC and SendTestPackets examples to the README. --- CHANGELOG.md | 1 + README.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4e1b52..813db9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 8f8bcd7..696aa40 100644 --- a/README.md +++ b/README.md @@ -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`.