Added QPSK63. Set both sketches to run on either pin 3 or 11.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user