21 releases (13 breaking)
0.46.0 | Jul 2, 2023 |
---|---|
0.44.2 | Mar 25, 2023 |
0.11.1 | Dec 2, 2022 |
0.8.6 | Sep 15, 2022 |
0.2.0 | Nov 30, 2021 |
#1763 in Hardware support
Used in 4 crates
(3 directly)
11KB
255 lines
Quickstart
Set the OK_FRONTPANEL_DIR
environment variable to point to the FrontPanel/API
directory. This
should be the location of the okFrontPanel.h
header file.
Mac OS X
Set the DYLD_FALLBACK_LIBRARY_PATH
environment variable to point to the same directory. You can do
export DYLD_FALLBACK_LIBRARY_PATH=$OK_FRONTPANEL_DIR
Then the usual cargo build
and cargo test
should work.
Dependencies
~0–1.9MB
~37K SLoC