mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-28 09:14:39 -04:00
RF antenna bias voltage control API.
This commit is contained in:
parent
02b3e891f7
commit
10d4172d5c
6 changed files with 40 additions and 1 deletions
|
@ -42,6 +42,7 @@ void set_vga_gain(const int_fast8_t db);
|
|||
void set_sampling_frequency(const uint32_t frequency);
|
||||
void set_baseband_filter_bandwidth(const uint32_t bandwidth_minimum);
|
||||
void set_baseband_decimation_by(const size_t n);
|
||||
void set_antenna_bias(const bool on);
|
||||
|
||||
void disable();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue