I'm working on a user-space HID device driver and a lot of googling shows that it is recommended to use the HIDAPI library from signal11. I followed all the readme instructions and ran the make command under the Mac directory but I'm not seeing the hidapi.h file I would imagine I would need. Is there another way I'm supposed to bring the library into an xcode project?
Thanks!