Linduino  1.3.0
Linear Technology Arduino-Compatible Demonstration Board

Library for LTC6603: Dual Matched, High Frequency Bandpass/Lowpass Filters. More...

Detailed Description

Library for LTC6603: Dual Matched, High Frequency Bandpass/Lowpass Filters.

Definition in file LTC6603.cpp.

Go to the source code of this file.

Functions

void LTC6603_write (uint8_t cs, uint8_t *tx, uint8_t length)
 Sends Data to the LTC6603. More...
 

Function Documentation

◆ LTC6603_write()

void LTC6603_write ( uint8_t  cs,
uint8_t *  tx,
uint8_t  length 
)

Sends Data to the LTC6603.

Returns
void
Parameters
csChip Select pin
txByte array to be transmitted
lengthLength of array

Definition at line 89 of file LTC6603.cpp.