summaryrefslogtreecommitdiff
path: root/usrp2/firmware/lib
diff options
context:
space:
mode:
authorMatt Ettus2010-02-14 10:05:36 -0800
committerMatt Ettus2010-02-14 10:05:36 -0800
commit82dd3940e79adbebe5b05edd8ee6499be017018f (patch)
treeacd535e443dca6d083ac4e6a05f30bc6428dadc4 /usrp2/firmware/lib
parente566be1bb983a0f4f284081760b6f91d9986d394 (diff)
downloadgnuradio-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.h5
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 */