Rev 470 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 470 | Rev 491 | ||
---|---|---|---|
Line 6... | Line 6... | ||
6 | unsigned int DRDY; |
6 | unsigned int DRDY; |
7 | uint8_t AXIS; |
7 | uint8_t AXIS; |
8 | volatile signed int x_axis; |
8 | volatile signed int x_axis; |
9 | volatile signed int y_axis; |
9 | volatile signed int y_axis; |
10 | volatile signed int z_axis; |
10 | volatile signed int z_axis; |
11 | signed int NickGrad; |
- | |
12 | signed int RollGrad; |
- | |
13 | }; |
11 | }; |
Line 14... | Line 12... | ||
14 | 12 | ||
15 | 13 |