#ifndef H74C922_H
#define H74C922_H

void encoder_init();
uint8_t encoder_read();
bool encoder_available();

#endif // 74C922_H