From 8336368c9eab29b9b8726ba0fd373ff29175d35f Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sun, 10 Jul 2022 07:23:04 -0400 Subject: [PATCH] Update cubesatsim.h --- cubesatsim/cubesatsim.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cubesatsim/cubesatsim.h b/cubesatsim/cubesatsim.h index 3f6848af..a5a9f8ef 100644 --- a/cubesatsim/cubesatsim.h +++ b/cubesatsim/cubesatsim.h @@ -252,8 +252,9 @@ int pwm_counter = 0; int pwm_counter_max = 420; int pwm_amplitude = 50; //50 //100; int pwm_value; -int pwm_rnd_bit = 1; +int tx_bit = 1; float delay_ms_time; +bool polarity = true; int ready = FALSE;