ubitxv6/encoder.h

5 lines
56 B
C
Raw Normal View History

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