Updated with some of the changes I made on travel. Will probably break everything...

This commit is contained in:
Rob French
2021-03-03 10:44:25 -06:00
parent 119902b1e0
commit 86ae1ddb2f
11 changed files with 501 additions and 98 deletions
+2 -1
View File
@@ -5,7 +5,8 @@
#include <Arduino.h>
#include "TR.h"
UBitxTR TR(DSP);
UBitxTR _tr(DSP);
UBitxTR& TR = _tr;
void UBitxTR::update(bool cw, bool extKey) {
updateKey();