This commit is contained in:
Pedro 2020-06-06 16:24:30 -03:00
parent 5475c41ccf
commit 6bb567b63e
18 changed files with 3 additions and 1 deletions

Binary file not shown.

BIN
src/amdmasync.o Normal file

Binary file not shown.

BIN
src/atv.o Normal file

Binary file not shown.

BIN
src/dma.o Normal file

Binary file not shown.

BIN
src/dsp.o Normal file

Binary file not shown.

BIN
src/fmdmasync.o Normal file

Binary file not shown.

BIN
src/fskburst.o Normal file

Binary file not shown.

BIN
src/gpio.o Normal file

Binary file not shown.

View file

@ -11,11 +11,13 @@
class iqdmasync:public bufferdma,public clkgpio,public pwmgpio,public pcmgpio
{
public:
int ModeIQ=MODE_IQ; //patch (LU7DID-PEC): place ModeIQ as public so it can be changed from a calling program 3-May-2020
protected:
uint64_t tunefreq;
bool syncwithpwm;
dsp mydsp;
int ModeIQ=MODE_IQ;
uint32_t Originfsel; //Save the original FSEL GPIO
uint32_t SampleRate;
public:

BIN
src/iqdmasync.o Normal file

Binary file not shown.

BIN
src/librpitx.a Normal file

Binary file not shown.

BIN
src/mailbox.o Normal file

Binary file not shown.

BIN
src/ngfmdmasync.o Normal file

Binary file not shown.

BIN
src/ookburst.o Normal file

Binary file not shown.

BIN
src/phasedmasync.o Normal file

Binary file not shown.

BIN
src/raspberry_pi_revision.o Normal file

Binary file not shown.

BIN
src/serialdmasync.o Normal file

Binary file not shown.

BIN
src/util.o Normal file

Binary file not shown.