test accel values

pull/65/head
alanbjohnston 5 years ago committed by GitHub
parent f7ea1e9a10
commit beb0194e5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -22,6 +22,7 @@
#include <fcntl.h>
#include <stdlib.h>
#include <stdio.h>
#include <unistd.h>
#include <string.h>
#include "status.h"
@ -885,7 +886,7 @@ int get_tlm_fox() {
// int xAngularVelocity = 2078, yAngularVelocity = 2078, zAngularVelocity = 2078; // XAxisAngularVelocity Y and Z set to 0
int xAngularVelocity = 2048, yAngularVelocity = 2048, zAngularVelocity = 2048; // XAxisAngularVelocity Y and Z set to 0
int RXTemperature = 0;
int xAccel = 2048, yAccel = 2048, zAccel = 2048, temp = 224, pressure = 1000, altitude = 1000;
int xAccel = 2048+100, yAccel = 2048-100, zAccel = 2048+500, temp = 224, pressure = 1000, altitude = 1000;
int sensor1 = 0, sensor2 = 2048;
short int buffer_test[bufLen];

Loading…
Cancel
Save

Powered by TurnKey Linux.