Rev 838 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 838 | Rev 966 | ||
---|---|---|---|
Line 3... | Line 3... | ||
3 | 3 | ||
Line 4... | Line 4... | ||
4 | #include <inttypes.h> |
4 | #include <inttypes.h> |
5 | 5 | ||
6 | typedef struct |
6 | typedef struct |
7 | { |
7 | { |
8 | int16_t X_off; |
8 | int16_t X_off; |
9 | int16_t Y_off; |
9 | int16_t Y_off; |
10 | int16_t Z_off; |
10 | int16_t Z_off; |
11 | int16_t X_range; |
11 | int16_t X_range; |
12 | int16_t Y_range; |
12 | int16_t Y_range; |
Line 13... | Line 13... | ||
13 | int16_t Z_range; |
13 | int16_t Z_range; |
Line 14... | Line 14... | ||
14 | } MM3_calib_t; |
14 | } MM3_calib_t; |