Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add NIDAQ.jl #273

Merged
merged 2 commits into from
Jul 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added public/project-images/nidaq.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
43 changes: 43 additions & 0 deletions src/content/projects/nidaq.md
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.