Loading...
Searching...
No Matches
8#define ACCEL_LAUNCH 5.0f
9#define MAIN_ALTITUDE_METERS 396.0f
18 #define ACCEL_AXES_1 ((const uint8_t[]){0, 1, 2})
19 #define ACCEL_SIGN_1 ((const int8_t[]){1, 1, -1})
22 #define ACCEL_AXES_1 ((const uint8_t[]){0, 2, 1})
23 #define ACCEL_SIGN_1 ((const int8_t[]){1, 1, -1})
29 #define ACCEL_AXES_2 ((const uint8_t[]){0, 1, 2})
30 #define ACCEL_SIGN_2 ((const int8_t[]){1, 1, -1})
33 #define ACCEL_AXES_2 ((const uint8_t[]){2, 0, 1})
34 #define ACCEL_SIGN_2 ((const int8_t[]){1, -1, 1})
38#define GYRO_AXES ((const uint8_t[]){0, 2, 1})
39#define GYRO_SIGN ((const int8_t[]){1, 1, 1})
45#define ACCEL_SCALE_HIGH 32
46#define ACCEL_SCALE_LOW 16