Rev 61 | Rev 63 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 61 | Rev 62 | ||
---|---|---|---|
Line 75... | Line 75... | ||
75 | int Max; |
75 | int Max; |
76 | int Min; |
76 | int Min; |
77 | enum PLX_Observations observation; |
77 | enum PLX_Observations observation; |
78 | uint8_t instance; |
78 | uint8_t instance; |
79 | uint16_t data; |
79 | uint16_t data; |
- | 80 | uint32_t sum; //< Sum of readings since last logged |
|
- | 81 | uint16_t count; //< Count of readings since last logged . |
|
80 | } info_t; |
82 | } info_t; |
81 | 83 | ||
82 | typedef struct |
84 | typedef struct |
83 | { |
85 | { |
84 | int8_t knobPos; ///< User interface knob position |
86 | int8_t knobPos; ///< User interface knob position |