From beb0194e5c56d4b1ae356f04f5a460a4175d0545 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Thu, 26 Nov 2020 16:42:44 -0500 Subject: [PATCH] test accel values --- afsk/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/afsk/main.c b/afsk/main.c index 0db1befd..2604835c 100644 --- a/afsk/main.c +++ b/afsk/main.c @@ -22,6 +22,7 @@ #include #include #include + #include #include #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];