WeatherStation/74C922.h

8 lines
128 B
C
Raw Normal View History

2023-12-03 13:37:53 +01:00
#ifndef H74C922_H
#define H74C922_H
void encoder_init();
uint8_t encoder_read();
bool encoder_available();
#endif // 74C922_H