-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #273 from bjarthur/bja/nidaq
add NIDAQ.jl
- Loading branch information
Showing
2 changed files
with
43 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- | ||
title: NIDAQ.jl | ||
tagline: "A Julia wrapper for National Instruments' driver" | ||
maintainer: ben arthur | ||
#project type - Required. Pick one of the three options - delete the other two. | ||
project type: [Other] | ||
github link: https://github.com/JaneliaSciComp/NIDAQ.jl | ||
documentation link: https://github.com/JaneliaSciComp/NIDAQ.jl?tab=readme-ov-file#national-instruments-data-acquisition-interface | ||
installation instructions link: https://github.com/JaneliaSciComp/NIDAQ.jl?tab=readme-ov-file#installation | ||
preferred contact method: mailto:[email protected] | ||
image file: ./nidaq.png | ||
image caption: a PXI NI DAQ board | ||
#Optional "tag" fields. Select tags from the provided options - delete the options that are not applicable. If you feel another option is required to describe your project, add it and then note this in your pull request. | ||
development team: | ||
[ | ||
Scientific Computing Software, | ||
] | ||
programming language: | ||
[ | ||
Julia, | ||
] | ||
open source license: | ||
[BSD-3 Clause] | ||
software type: | ||
[ | ||
Package, | ||
] | ||
use case: | ||
[ | ||
] | ||
usage environment: | ||
[ | ||
Local installation, | ||
] | ||
software ecosystem: | ||
[ | ||
] | ||
supported file types: | ||
[ | ||
] | ||
--- | ||
|
||
This package provides an interface to NI-DAQmx--- National Instruments' driver for their data acquisition boards. Their entire C header file was ported using Clang.jl, and a rudimentary higher-level API is provided for ease of use. |