This project intends to ensure sensor's encapsulation.
Getting Started
1. Installation process
The prerequisists LIBUSB must be checked out prior to build any project. Solution structure must be:
-- Working Directory
|
-- Solution Folder (the place I will checkout this solution)
|
-- libusb-source (the place I will checkout the libusb source code)
|
-- android
|
-- build
|
-- doc
|
-- (...)
|
-- libusb (<- libusb sources)
2. Software dependencies
Solution depends on the libusb source code (which can be fount here https://github.com/libusb/libusb.git) To ensure that dependencies are well distributed, OUTPUT directories must be set to the same Solution projects output directory. Otherwise, compile and link may fail.
3. Latest releases
Master is the latest release
4. API references
API documentation can be generated using DOxygen tool
Requirements, Build and Test
Windows SDK Version: 10.0
Platform toolset: Visual Studio 2022 (v143)
C++ Language Standard: ISO C++ 14 Standard.
Open visual studio 2022, build the solution in any variant you want