qpc/doxygen/snippets/qep_qhsm.c

10 lines
176 B
C
Raw Normal View History

2015-04-28 13:45:35 -04:00
typedef struct {
QHsm super; /* inhertits QHsm */
2013-09-23 14:34:35 -04:00
2012-08-14 18:07:04 -04:00
double operand1;
double operand2;
char display[DISP_WIDTH + 1];
uint8_t len;
uint8_t opKey;
2015-04-28 13:45:35 -04:00
} Calc;