This is a modification of HF Signals' uBITX V5 amateur radio transceiver. It incorporates an "I/O Processor" (IOP), consisting of a Teensy 3.2 and associated Audio Shield, to provide additional computing power, I/O, and Digital Signal Processing.
Go to file
Rob French f819e211da Significant reorganization of the code. Got rid of the audio classes,
just moved all the audio stuff into its own files.  Created a structure
for storing configuration data in... the intent is that it will be
stored to EEPROM (using EEPROMAnything).  It does compile now, but
haven't actually tried it out.  Notable learning points:  need to set
micGain AFTER selecting the mic input.  So lot of code now to take care
of trying to smoothly mute and unmute things.
2020-05-02 00:54:58 -05:00
audio.h Significant reorganization of the code. Got rid of the audio classes, 2020-05-02 00:54:58 -05:00
audio.ino Significant reorganization of the code. Got rid of the audio classes, 2020-05-02 00:54:58 -05:00
cat.h Significant reorganization of the code. Got rid of the audio classes, 2020-05-02 00:54:58 -05:00
cat.ino Significant reorganization of the code. Got rid of the audio classes, 2020-05-02 00:54:58 -05:00
eeprom.h Significant reorganization of the code. Got rid of the audio classes, 2020-05-02 00:54:58 -05:00
eeprom.ino Significant reorganization of the code. Got rid of the audio classes, 2020-05-02 00:54:58 -05:00
ubitx_iop.h Significant reorganization of the code. Got rid of the audio classes, 2020-05-02 00:54:58 -05:00
ubitx_iop.ino Significant reorganization of the code. Got rid of the audio classes, 2020-05-02 00:54:58 -05:00