Update cubesatsim.h

pull/153/head
alanbjohnston 4 years ago committed by GitHub
parent 78b901d9db
commit 9ce66ccfae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -236,10 +236,11 @@ float Temp;
float rest; float rest;
unsigned int wav_position = 0; unsigned int wav_position = 0;
int counter = 0; int pwm_counter = 0;
int counter_max = 420; int pwm_counter_max = 420;
int amplitude = 50; //100; int pwm_amplitude = 50; //100;
int value; int pwm_value;
int pwm_rnd_bit = 1;
/* /*
* TelemEncoding.h * TelemEncoding.h
* *

Loading…
Cancel
Save

Powered by TurnKey Linux.