moved to cubesatsim.h

pull/100/head
alanbjohnston 5 years ago committed by GitHub
parent f2c4ba6e32
commit 2786f99c67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -18,6 +18,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include cubesatsim.h
/*
#include <fcntl.h>
#include <stdlib.h>
#include <stdio.h>
@ -169,7 +171,7 @@ int map[8] = {0, 1, 2, 3, 4, 5, 6, 7};
char src_addr[5] = "";
char dest_addr[5] = "APCSS";
float voltage_min[9], current_min[9], voltage_max[9], current_max[9], sensor_max[17], sensor_min[17], other_max[3], other_min[3];
*/
int main(int argc, char * argv[]) {
mode = FSK;

Loading…
Cancel
Save

Powered by TurnKey Linux.