![]() |
Linduino
1.3.0
Linear Technology Arduino-Compatible Demonstration Board
|
Library for LTC5599: Direct Conversion I/Q Modulator. More...
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... | |
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.
cs | Chip Select Pin |
address | Channel address, config bits ORed together |
rx | Returns code read from device |
Definition at line 70 of file LTC5599.cpp.