diff options
author | Matt Ettus | 2010-02-14 10:05:36 -0800 |
---|---|---|
committer | Matt Ettus | 2010-02-14 10:05:36 -0800 |
commit | 82dd3940e79adbebe5b05edd8ee6499be017018f (patch) | |
tree | acd535e443dca6d083ac4e6a05f30bc6428dadc4 /usrp2/firmware/lib | |
parent | e566be1bb983a0f4f284081760b6f91d9986d394 (diff) | |
download | gnuradio-82dd3940e79adbebe5b05edd8ee6499be017018f.tar.gz gnuradio-82dd3940e79adbebe5b05edd8ee6499be017018f.tar.bz2 gnuradio-82dd3940e79adbebe5b05edd8ee6499be017018f.zip |
test the ability to read default eeprom values, for D. Symeonidis
Diffstat (limited to 'usrp2/firmware/lib')
-rw-r--r-- | usrp2/firmware/lib/db.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/usrp2/firmware/lib/db.h b/usrp2/firmware/lib/db.h index cec960267..7feb1c889 100644 --- a/usrp2/firmware/lib/db.h +++ b/usrp2/firmware/lib/db.h @@ -100,5 +100,10 @@ db_set_duc_freq(u2_fxpt_freq_t dxc_freq, u2_fxpt_freq_t *actual_dxc_freq); bool db_set_gain(struct db_base *db, u2_fxpt_gain_t gain); +/*! + * \brief Read the eeprom value from the db, without defaulting to BasicRX/TX + */ +int +read_dboard_eeprom(int i2c_addr); #endif /* INCLUDED_DB_H */ |