#ifndef __LTC1594_H__ #define __LTC1594_H__ #include "type.h" void ltc1594_init(void); u16 ltc1594_read(u8); #endif