Skip to content

Commit

Permalink
Merge pull request #273 from bjarthur/bja/nidaq
Browse files Browse the repository at this point in the history
add NIDAQ.jl
  • Loading branch information
allison-truhlar authored Jul 16, 2024
2 parents 242e37a + d4b92de commit 8ac1c78
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
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.

0 comments on commit 8ac1c78

Please sign in to comment.