mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-24 09:21:33 -04:00
Persist tuned frequency.
w00t!
This commit is contained in:
parent
4870f0015b
commit
d855336985
4 changed files with 22 additions and 4 deletions
|
@ -24,11 +24,16 @@
|
|||
|
||||
#include <cstdint>
|
||||
|
||||
#include "rf_path.hpp"
|
||||
|
||||
namespace portapack {
|
||||
namespace persistent_memory {
|
||||
|
||||
using ppb_t = int32_t;
|
||||
|
||||
rf::Frequency tuned_frequency();
|
||||
void set_tuned_frequency(const rf::Frequency new_value);
|
||||
|
||||
ppb_t correction_ppb();
|
||||
void set_correction_ppb(const ppb_t new_value);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue