mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-09-07 06:50:06 -04:00
Added options for tuning CLKOUT freq.
- Now we have variable CLKOUT. - CLKOUT can be set between 10kHz and 60MHz. (The output signal will become mostly sine shape when reaching 50MHz.) - Click on freq setting field to change tuning step.
This commit is contained in:
parent
699504a703
commit
7ca322fed4
5 changed files with 80 additions and 4 deletions
|
@ -95,6 +95,8 @@ void set_pocsag_ignore_address(uint32_t address);
|
|||
|
||||
bool clkout_enabled();
|
||||
void set_clkout_enabled(bool enable);
|
||||
uint32_t clkout_freq();
|
||||
void set_clkout_freq(uint32_t freq);
|
||||
|
||||
} /* namespace persistent_memory */
|
||||
} /* namespace portapack */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue