summaryrefslogtreecommitdiffstats
path: root/firmware/ltc1446.h
blob: 36a8a43678f83564f3708e47de25b2830b86a223 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef LTC1446_H_
#define LTC1446_H_

#include <stdint.h>


void ltc1446_init(void);
void ltc1446_write(uint16_t chan_a, uint16_t chan_b);

#endif /* LTC1446_H_ */
bues.ch cgit interface