嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
hidapi-master
├── AUTHORS.txt
├── HACKING.txt
├── LICENSE-bsd.txt
├── LICENSE-gpl3.txt
├── LICENSE-orig.txt
├── LICENSE.txt
├── Makefile.am
├── README.txt
├── android
│ └── jni
│ └── Android.mk
├── bootstrap
├── configure.ac
├── doxygen
│ └── Doxyfile
├── hidapi
│ └── hidapi.h
├── hidtest
│ ├── Makefile.am
│ └── hidtest.cpp
├── libusb
│ ├── Makefile-manual
│ ├── Makefile.am
│ ├── Makefile.freebsd
│ ├── Makefile.linux
│ └── hid.c
├── linux
│ ├── Makefile-manual
│ ├── Makefile.am
│ ├── README.txt
│ └── hid.c
├── m4
│ ├── ax_pthread.m4
│ └── pkg.m4
├── mac
│ ├── Makefile-manual
│ ├── Makefile.am
│ └── hid.c
├── pc
│ ├── hidapi-hidraw.pc.in
│ ├── hidapi-libusb.pc.in
│ └── hidapi.pc.in
├── testgui
│ ├── Makefile-manual
│ ├── Makefile.am
│ ├── Makefile.freebsd
│ ├── Makefile.linux
│ ├── Makefile.mac
│ ├── Makefile.mingw
│ ├── TestGUI.app.in
│ │ └── Contents
│ │ ├── Info.plist
│ │ ├── PkgInfo
│ │ └── Resources
│ │ ├── English.lproj
│ │ │ └── InfoPlist.strings
│ │ └── Signal11.icns
│ ├── copy_to_bundle.sh
│ ├── mac_support.cpp
│ ├── mac_support.h
│ ├── mac_support_cocoa.m
│ ├── start.sh
│ ├── test.cpp
│ ├── testgui.sln
│ └── testgui.vcproj
├── udev
│ └── 99-hid.rules
└── windows
├── Makefile-manual
├── Makefile.am
├── Makefile.mingw
├── ddk_build
│ ├── hidapi.def
│ ├── makefile
│ └── sources
├── hid.c
├── hidapi.sln
├── hidapi.vcproj
└── hidtest.vcproj
18 directories, 61 files