X-Git-Url: https://git.realraum.at/?p=svn42.git;a=blobdiff_plain;f=rf433rcv%2Fpc%2Fhid.h;fp=rf433rcv%2Fpc%2Fhid.h;h=4d837035e13f577e80762ee1a5042a1f83345b5a;hp=0000000000000000000000000000000000000000;hb=deb2b278d460a716e0e2d8be370b1ee8f8963e34;hpb=1c4aea8ca6197b857498de2881b8bc594af1df49 diff --git a/rf433rcv/pc/hid.h b/rf433rcv/pc/hid.h new file mode 100644 index 0000000..4d83703 --- /dev/null +++ b/rf433rcv/pc/hid.h @@ -0,0 +1,6 @@ + +int rawhid_open(int max, int vid, int pid, int usage_page, int usage); +int rawhid_recv(int num, void *buf, int len, int timeout); +int rawhid_send(int num, void *buf, int len, int timeout); +void rawhid_close(int num); +