Update cubesatsim.h

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

@ -248,6 +248,15 @@ int pwm_value;
int pwm_rnd_bit = 1;
int ready = FALSE;
#define PRESSED 0
#define HELD 0
#define RELEASED 1
int pb_state = RELEASED;
int mode_count = 0;
unsigned long pb_press_start;
/*
* TelemEncoding.h
*

Loading…
Cancel
Save

Powered by TurnKey Linux.