mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-30 20:14:37 -04:00
Expose TX gain in radio API.
This commit is contained in:
parent
45a1ccbc53
commit
1e39b7ea45
2 changed files with 5 additions and 0 deletions
|
@ -47,6 +47,7 @@ bool set_tuning_frequency(const rf::Frequency frequency);
|
|||
void set_rf_amp(const bool rf_amp);
|
||||
void set_lna_gain(const int_fast8_t db);
|
||||
void set_vga_gain(const int_fast8_t db);
|
||||
void set_tx_gain(const int_fast8_t db);
|
||||
void set_baseband_filter_bandwidth(const uint32_t bandwidth_minimum);
|
||||
void set_baseband_rate(const uint32_t rate);
|
||||
void set_baseband_decimation_by(const size_t n);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue