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;