ubitxv6/encoder.h

5 lines
56 B
C
Raw Permalink Normal View History

#pragma once
void enc_setup(void);
2020-01-21 10:13:36 +01:00
int enc_read(void);