aboutsummaryrefslogtreecommitdiffstats
path: root/src/hal/components/spindle.h
blob: 49aee824cad5dc0be7c6f628a26e27cfbd335c20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/********************************************************************
* Description:  spindle.h
*               Typedefs for spindle HAL component.
*
* Author: Les Newell <les at sheetcam dot com>
* License: GPL Version 2 or later
*    
* Copyright (c) 2009 All rights reserved.
*
********************************************************************/

typedef struct {
    hal_float_t *scale;
    hal_float_t *min;
    hal_float_t *max;
    hal_float_t *accel;
    hal_float_t *decel;
    hal_float_t *speed_tolerance;
    hal_float_t *zero_tolerance;
    hal_float_t *offset;
    hal_bit_t *select;
} gear_t;
bues.ch cgit interface