Commit Graph

7 Commits

Author SHA1 Message Date
Rob French 4c2f6453f1 Moved the sketch into a subdir. Main folder should contain e.g.
schematics for the IOP setup.
2020-05-03 23:38:41 -05:00
Rob French f35653987f Updated to allow receiving (via serial) a mode command from the Raduino,
and then using that to set rigMode.  Note that it doesn't actually do
anything beyond that, at the moment, but I *think* this will allow PTT
events to be pressed in CW mode (as CW key down).
2020-05-03 23:29:31 -05:00
Rob French 211d9ff9b4 (Temporarily?) resolved issue with no transmit output. It looks like
switching dacVolumes around from transmit to receive wasn't working as
expected.  Transmit audio through the DAC stayed muted.  If I need to
use that for smooth audio transitions, I'll need to do some more
research.
2020-05-03 01:27:54 -05:00
Rob French 36c2e72846 Forgot to include config.h. 2020-05-03 01:00:20 -05:00
Rob French faa73e1330 Updating before switching back to previous commit, to see if it works.
This isn't transmiting.
2020-05-03 00:37:21 -05:00
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
Rob French 08ec203dde Initial commit 2020-05-01 11:04:26 -05:00