![]() |
Linduino
1.3.0
Linear Technology Arduino-Compatible Demonstration Board
|
Library for LTC6602: Dual Matched, High Frequency Bandpass/Lowpass Filters. More...
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... | |
| void LTC6602_write | ( | uint8_t | cs, |
| uint8_t * | tx, | ||
| uint8_t | length | ||
| ) |
Sends Data to the LTC6602.
| cs | Chip Select pin |
| tx | Byte array to be transmitted |
| length | Length of array |
Definition at line 72 of file LTC6602.cpp.