set_freq for firmware & host. tested basicly checking with debugger value mhz/hz from host to fw.

This commit is contained in:
TitanMKD
2013-03-07 23:24:00 +01:00
parent f9d72a7f87
commit e3784c886e
5 changed files with 61 additions and 28 deletions

View File

@@ -93,8 +93,8 @@ int hackrf_board_id_read(hackrf_device* device, uint8_t* value);
int hackrf_version_string_read(hackrf_device* device, char* version,
uint8_t length);
int hackrf_set_freq(hackrf_device* device, const uint32_t freq_mhz);
int hackrf_set_freq(hackrf_device* device, const uint64_t freq_hz);
const char* hackrf_error_name(enum hackrf_error errcode);
const char* hackrf_board_id_name(enum hackrf_board_id board_id);