From 8ddbd3faab208bf46f907f86dba319f3153613de Mon Sep 17 00:00:00 2001 From: Bernhard Tittelbach Date: Sat, 19 May 2012 20:48:29 +0000 Subject: moved hid70dongle usbhid pc interface git-svn-id: https://svn.spreadspace.org/mur.sat@443 7de4ea59-55d0-425e-a1af-a3118ea81d4c --- tools/atmega324u_usbhid/hid.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tools/atmega324u_usbhid/hid.h (limited to 'tools/atmega324u_usbhid/hid.h') diff --git a/tools/atmega324u_usbhid/hid.h b/tools/atmega324u_usbhid/hid.h new file mode 100644 index 0000000..4d83703 --- /dev/null +++ b/tools/atmega324u_usbhid/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); + -- cgit v1.2.3