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
- Host: GitHub
- URL: https://github.com/bytesnake/libcassy
- Owner: bytesnake
- License: lgpl-3.0
- Created: 2014-03-20T20:49:51.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-20T21:18:08.000Z (over 12 years ago)
- Last Synced: 2025-03-20T11:17:03.320Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 1.14 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.