From 75ab86ac65018c2467afa79a92024208f1d6e3d9 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sun, 10 Jul 2022 07:52:22 -0400 Subject: [PATCH] Update cubesatsim.h --- cubesatsim/cubesatsim.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cubesatsim/cubesatsim.h b/cubesatsim/cubesatsim.h index fdf9c33b..b1787205 100644 --- a/cubesatsim/cubesatsim.h +++ b/cubesatsim/cubesatsim.h @@ -257,6 +257,8 @@ float delay_ms_time; bool polarity = true; pwm_config config; int bpsk_pin_slice; +int sample_rate; +int buffer_size; int ready = FALSE;