Searched refs:zero (Results 1 – 3 of 3) sorted by relevance
| /RvlSDK-WPAD-WBC-3.1/build/demos/wbcdemo/src/ |
| D | simple_wbc.c | 38 static double zero[WPAD_PRESS_UNITS]; variable 74 zero[0] = status.press[0]; //Normally, set the average for 2 seconds. in ZeroSetStart2() 75 zero[1] = status.press[1]; //Normally, set the average for 2 seconds. in ZeroSetStart2() 76 zero[2] = status.press[2]; //Normally, set the average for 2 seconds. in ZeroSetStart2() 77 zero[3] = status.press[3]; //Normally, set the average for 2 seconds. in ZeroSetStart2() 78 WBCSetZEROPoint( zero,(u32)(sizeof(zero) / sizeof(zero[0]))); in ZeroSetStart2() 102 zero[0] = status.press[0]; //Normally, set the average for 2 seconds. in ZeroSetStart() 103 zero[1] = status.press[1]; //Normally, set the average for 2 seconds. in ZeroSetStart() 104 zero[2] = status.press[2]; //Normally, set the average for 2 seconds. in ZeroSetStart() 105 zero[3] = status.press[3]; //Normally, set the average for 2 seconds. in ZeroSetStart() [all …]
|
| D | balance.c | 38 static double zero[WPAD_PRESS_UNITS]; variable 74 zero[0] = status.press[0]; //Normally, set the average for 2 seconds. in ZeroSetStart2() 75 zero[1] = status.press[1]; //Normally, set the average for 2 seconds. in ZeroSetStart2() 76 zero[2] = status.press[2]; //Normally, set the average for 2 seconds. in ZeroSetStart2() 77 zero[3] = status.press[3]; //Normally, set the average for 2 seconds. in ZeroSetStart2() 78 WBCSetZEROPoint( zero,(u32)(sizeof(zero) / sizeof(zero[0]))); in ZeroSetStart2() 102 zero[0] = status.press[0]; //Normally, set the average for 2 seconds. in ZeroSetStart() 103 zero[1] = status.press[1]; //Normally, set the average for 2 seconds. in ZeroSetStart() 104 zero[2] = status.press[2]; //Normally, set the average for 2 seconds. in ZeroSetStart() 105 zero[3] = status.press[3]; //Normally, set the average for 2 seconds. in ZeroSetStart() [all …]
|
| /RvlSDK-WPAD-WBC-3.1/ |
| D | readme-wpad_wbc.txt | 74 Be aware that the KPADRead function will always return zero when it is called for the channel to wh… 95 * Made revisions (to wbc[D].a): the zero point is initialized only the first time WBCSetupCalibrati…
|