Find a file
2023-06-30 16:12:39 +02:00
doc correct spelling of multiplexer 2023-06-30 16:12:39 +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 Add windows cross compileing support 2023-06-30 16:12:19 +02:00
crossW64.cmake Add windows cross compileing support 2023-06-30 16:12:19 +02:00
eismultiplexer.c correct spelling of multiplexer 2023-06-30 16:12:39 +02:00
eismultiplexer.h correct spelling of multiplexer 2023-06-30 16:12:39 +02:00
main.c correct spelling of multiplexer 2023-06-30 16:12:39 +02:00
README.md add README 2023-06-19 16:29:16 +02:00
usbshm.c Rework for new eismulitplexer pcb 2023-06-19 15:55:25 +02:00
usbshm.h Rework for new eismulitplexer pcb 2023-06-19 15:55:25 +02:00

libeismultiplexer

libeismultiplexer is a shared library that allows you to control EISmulitplexer 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 avialable 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

Licence

librelaxisloader is licenced to you under the Apache License, Version 2.0