struct QEI_t{
    int value;
    int delta;
};

void QEI_update(void);
void QEI_init(void);