/* * aitendo M6955 dsp radio module control * File: i2c_m6955.h * Author: www.henteko.org * * Created on 2013/11/15, 17:57 */ #include void i2c_m6955_init(); void i2c_m6955_set_band(unsigned char band); void i2c_m6955_set_freq(unsigned char band, unsigned int freq); unsigned int i2c_m6955_get_freq(unsigned char band); int i2c_m6955_siglevel(unsigned char band); void i2c_m6955_off(void);