From 9ce66ccfae3f2c46f9484b3d33498708fd6d6984 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Tue, 5 Jul 2022 11:18:19 -0400 Subject: [PATCH] Update cubesatsim.h --- cubesatsim/cubesatsim.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/cubesatsim/cubesatsim.h b/cubesatsim/cubesatsim.h index d4710c46..3a421696 100644 --- a/cubesatsim/cubesatsim.h +++ b/cubesatsim/cubesatsim.h @@ -236,10 +236,11 @@ float Temp; float rest; unsigned int wav_position = 0; -int counter = 0; -int counter_max = 420; -int amplitude = 50; //100; -int value; +int pwm_counter = 0; +int pwm_counter_max = 420; +int pwm_amplitude = 50; //100; +int pwm_value; +int pwm_rnd_bit = 1; /* * TelemEncoding.h *