Rev 440 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 440 | Rev 441 | ||
---|---|---|---|
Line 21... | Line 21... | ||
21 | uint16_t X_range; |
21 | uint16_t X_range; |
22 | uint16_t Y_range; |
22 | uint16_t Y_range; |
23 | uint16_t Z_range; |
23 | uint16_t Z_range; |
24 | }; |
24 | }; |
Line 25... | Line 25... | ||
25 | 25 | ||
26 | extern struct MM3_working_struct MM3; |
26 | struct MM3_working_struct MM3; |
Line 27... | Line 27... | ||
27 | extern struct MM3_calib_struct MM3_calib; |
27 | extern struct MM3_calib_struct MM3_calib; |
28 | 28 | ||
29 | void init_MM3(void); |
29 | void init_MM3(void); |