Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: Defs_Sett.h
- Revision:
- 2:014cf2a98712
- Parent:
- 1:f058cf4e422a
- Child:
- 3:8580dc2bce46
--- a/Defs_Sett.h Wed Mar 10 19:10:47 2021 +0000 +++ b/Defs_Sett.h Wed Mar 10 23:39:48 2021 +0000 @@ -32,9 +32,9 @@ //ACCELEROMETER SETTINGS #define ANGLE_TOL 2 //Angle Tolerance (Degrees) -#define N_AVG 15 //Averaging -#define N_CAL 100 //Calibration sampling -#define MEAS_AXIS 0 //Measurement Axis (0 - X, 1 - Y, 2 - Z) +#define N_AVG 60 //Averaging +#define N_CAL 150 //Calibration sampling +#define MEAS_AXIS 1 //Measurement Axis (0 - X, 1 - Y, 2 - Z) #define MUL_P 1.0 //Multiplier of panel accelerometer #define MUL_R1 1.0 //Multiplier of reflector 1 accelerometer #define MUL_R2 1.0 //Multiplier of reflector 2 accelerometer