An open API service indexing awesome lists of open source software.

https://github.com/bytesnake/libcassy

Linux support for Sensor/Power-CASSY
https://github.com/bytesnake/libcassy

Last synced: about 1 month ago
JSON representation

Linux support for Sensor/Power-CASSY

Awesome Lists containing this project

README

          

# libcassy
This is a CASSY Library written in C and based on the official documentation [cassy-sdk].

[cassy-sdk]: http://ld-didactic.de/software/cassysdk.zip

## Supported functions
* Analog-Read (Sensor-Cassy 1/2)
* Oscilloscope (Sensor-Cassy 1/2)
* Analog-Write (Power-Cassy)
* Function-Generator (Power-Cassy)
* and more!

## Quick Start
### Linux
1. Make sure you have installed the dependencies:
* gcc
* GNU make
* (libusb)
2. Build:

You can either use Linux Device Nodes or libusb:

Dev-Nodes:

$ make

libusb:

$ make libusb

3. Use it:

There are some examples in test/, read and learn them!

### Windows
1. Download and install MinGW
2. Build:

Windows is at the moment only supported by libusb:

$ make libusb

3. See above

## License
Libcassy is distributed under the terms of the LGPL license (version 3.0)

See LICENSE for details.