Added QPSK63. Set both sketches to run on either pin 3 or 11.

This commit is contained in:
Stephen Olesen
2015-07-02 21:27:12 -06:00
parent 26ffcd332b
commit 28248365c8
3 changed files with 229 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ DDS dds;
void setup() {
Serial.begin(9600);
pinMode(11, OUTPUT);
pinMode(3, OUTPUT);
pinMode(2, OUTPUT);
// put your setup code here, to run once: