diff --git a/docs/WittyBalancingRobot.md b/docs/WittyBalancingRobot.md index 231f04e..9dea6c7 100644 --- a/docs/WittyBalancingRobot.md +++ b/docs/WittyBalancingRobot.md @@ -102,10 +102,8 @@ itgr += v8; ``` ## Test Environment and useful Functions -
-![]() | The AcZ component is horizontal and will play the main role in the algorithm. + The GyX value can be integrated to give the angle or directly used as a derivative of the acceleration. It is very parasitized and it is necessary to use a suitable filter. Name of the main variables: ```int16_t AcZ; // read on the sensor @@ -113,9 +111,7 @@ int16_t mAcZ; // moving average int16_t corAcZ; // mAcZ- AcZini int16_t dAcZ // integrated value int8_t pfmL pfmR // pfm of the 2 motorrs -``` - |