Initial commit

This commit is contained in:
Rob French
2020-05-01 11:04:26 -05:00
commit 08ec203dde
3 changed files with 584 additions and 0 deletions

10
ubitx_iop.h Normal file
View File

@@ -0,0 +1,10 @@
#ifndef __UBITX_IOP_H__
#define __UBITX_IOP_H__
// comment this out to disable debugging code
//#define DEBUG
#define USBSERIAL Serial
#define HWSERIAL Serial1
#endif