WeatherStation/74C922.h
2025-02-05 14:14:14 +01:00

8 lines
No EOL
133 B
C

#ifndef H74C922_H
#define H74C922_H
void encoder_init();
uint8_t encoder_read();
bool encoder_available();
#endif // 74C922_H