ubitxv6/encoder.h

5 lines
56 B
C
Raw Permalink Normal View History

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