Find a file
2024-05-07 13:02:49 +02:00
argp fix windows build, add argp to tree to allow building for windows 2023-07-10 15:55:39 +02:00
doc Fix spelling in various places 2024-01-09 14:13:41 +01:00
EisMultiplexerWinDriver Add windows driver files 2023-07-10 15:42:35 +02:00
pkgconfig Rework for new eismulitplexer pcb 2023-06-19 15:55:25 +02:00
90-eismultiplexer.rules inial commit 2023-06-15 18:06:29 +02:00
CMakeLists.txt CMakeLists: add language hint to project definition 2024-05-07 11:54:32 +02:00
crossW64.cmake Add windows cross compileing support 2023-06-30 16:12:19 +02:00
eismultiplexer.c usb_shm: correct refcounting 2024-05-07 11:48:55 +02:00
eismultiplexer.h documentation: fix some spelling 2024-01-09 14:05:14 +01:00
main.c don't explicitly blink led on eatch command to save some bus time 2023-10-06 16:10:03 +02:00
options.h Fix spelling in various places 2024-01-09 14:13:41 +01:00
README.md Fix spelling in various places 2024-01-09 14:13:41 +01:00
usbshm.c usb_shm: hide symbols so that ldd dosent use the symbols from another lib 2024-05-07 13:02:49 +02:00
usbshm.h usb_shm: correct refcounting 2024-05-07 11:48:55 +02:00

[comment]: \page README Readme

libeismultiplexer

libeismultiplexer is a shared library that allows you to control EISmultiplexer devices.

For questions or comments, please write to klemm@rhd-instruments.de

Full Online API documentation can be built with the "doc" target and is also available here. A PDF with API documentation can be found here.

Compile/Install

Requirements

  • git
  • c11 capable compiler (e.g. GCC, CLANG)
  • cmake 3.0 or later
  • libusb 1.0 or later
  • (optional) doxygen 1.8 or later to generate the documentation

Procedure

In a console do:

to make the documentation:

  • make doc

License

librelaxisloader is licensed to you under the BSD-3-CLAUSE license