Skip to content

Commit 8e25a20

Browse files
committed
Added a comment in examples\Play10Bits\Play10Bits.ino to identify where to find the BitReader library and why it is required.
1 parent 0d4bcd3 commit 8e25a20

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,8 @@ The following code shows how to use the library with 10-bits per note binary RTT
352352
#include <binrtttl.h>
353353
#include <pitches.h>
354354

355+
//The BitReader library is required for extracting 10 bit blocks from the RTTTL buffer.
356+
//It can be installed from Arduino Library Manager or from https://github.com/end2endzone/BitReader/releases
355357
#include <bitreader.h>
356358

357359
//project's constants

examples/Play10Bits/Play10Bits.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
#include <binrtttl.h>
33
#include <pitches.h>
44

5+
//The BitReader library is required for extracting 10 bit blocks from the RTTTL buffer.
6+
//It can be installed from Arduino Library Manager or from https://github.com/end2endzone/BitReader/releases
57
#include <bitreader.h>
68

79
//project's constants

0 commit comments

Comments
 (0)