Rev 65 | Rev 67 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 65 | Rev 66 | ||
|---|---|---|---|
| Line 62... | Line 62... | ||
| 62 | int Max; |
62 | int Max; |
| 63 | int Min; |
63 | int Min; |
| 64 | enum PLX_Observations observation; |
64 | enum PLX_Observations observation; |
| 65 | uint8_t instance; |
65 | uint8_t instance; |
| 66 | uint16_t data; |
66 | uint16_t data; |
| 67 | uint32_t sum; //< Sum of readings since last logged |
67 | uint32_t sum; //< Sum of readings since last logged |
| - | 68 | uint32_t lastUpdated; ///< Time of last update |
|
| 68 | uint16_t count; //< Count of readings since last logged . |
69 | uint16_t count; //< Count of readings since last logged . |
| - | 70 | uint8_t updated; ///< Set when updated |
|
| 69 | } info_t; |
71 | } info_t; |
| 70 | 72 | ||
| 71 | typedef struct |
73 | typedef struct |
| 72 | { |
74 | { |
| 73 | int8_t knobPos; ///< User interface knob position |
75 | int8_t knobPos; ///< User interface knob position |