#ifndef LTC1446_H_ #define LTC1446_H_ #include void ltc1446_init(void); void ltc1446_write(uint16_t chan_a, uint16_t chan_b); #endif /* LTC1446_H_ */