Linduino  1.3.0
Linear Technology Arduino-Compatible Demonstration Board

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

Detailed Description

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

Definition in file LTC6602.cpp.

Go to the source code of this file.

Functions

void LTC6602_write (uint8_t cs, uint8_t *tx, uint8_t length)
 Sends Data to the LTC6602. More...
 

Function Documentation

◆ LTC6602_write()

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

Sends Data to the LTC6602.

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

Definition at line 72 of file LTC6602.cpp.