qpc/doxygen/snippets/qep_qhsm.c

9 lines
226 B
C
Raw Normal View History

2012-08-14 18:07:04 -04:00
typedef struct QCalcTag {
QHsm super; /* derives from QHsm */
double operand1;
double operand2;
char display[DISP_WIDTH + 1];
uint8_t len;
uint8_t opKey;
} QCalc;