Persist tuned frequency.

w00t!
This commit is contained in:
Jared Boone 2015-08-04 10:31:03 -07:00
parent 4870f0015b
commit d855336985
4 changed files with 22 additions and 4 deletions

View file

@ -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);