WeatherStation/74C922.h
2023-12-03 13:37:53 +01:00

8 lines
No EOL
128 B
C

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