Linduino  1.3.0
Linear Technology Arduino-Compatible Demonstration Board

Library for LTC5599: Direct Conversion I/Q Modulator. More...

Detailed Description

Library for LTC5599: Direct Conversion I/Q Modulator.

Definition in file LTC5599.cpp.

Go to the source code of this file.

Functions

void LTC5599_write_read (uint8_t cs, uint8_t address, uint8_t rw, uint8_t tx, uint8_t *rx)
 Reads the modulator register and returns 8-bit data. More...
 

Function Documentation

◆ LTC5599_write_read()

void LTC5599_write_read ( uint8_t  cs,
uint8_t  address,
uint8_t  rw,
uint8_t  tx,
uint8_t *  rx 
)

Reads the modulator register and returns 8-bit data.

Returns
void
Parameters
csChip Select Pin
addressChannel address, config bits ORed together
rxReturns code read from device

Definition at line 70 of file LTC5599.cpp.