Skip to content

Commit

Permalink
add example mcc ulw sensor (#34)
Browse files Browse the repository at this point in the history
* add example mcc ulw sensor

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
untzag and pre-commit-ci[bot] authored Sep 1, 2023
1 parent 6905093 commit 3ffd018
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).

## [Unreleased]

### Added
- example config mcc-ulw-sensor

## [2023.8.0]

### Added
Expand Down
6 changes: 6 additions & 0 deletions example-yaq-configs/mcc-ulw-sensor/example.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[daq]
port = 38000
serial = "210796D"

[daq.channels.mychannel]
index = 0
1 change: 1 addition & 0 deletions yaqd_mcc/mcc-ulw-sensor.avpr
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
},
"links": {
"bugtracker": "https://github.com/yaq-project/yaqd-mcc/-/issues",
"example-configs": "https://github.com/yaq-project/yaqd-mcc/tree/main/example-yaq-configs/mcc-ulw-sensor",
"source": "https://github.com/yaq-project/yaqd-mcc"
},
"messages": {
Expand Down
1 change: 1 addition & 0 deletions yaqd_mcc/mcc-ulw-sensor.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ hardware = ["mccdaq:mcc-usb-205"]
[links]
source = "https://github.com/yaq-project/yaqd-mcc"
bugtracker = "https://github.com/yaq-project/yaqd-mcc/-/issues"
example-configs = "https://github.com/yaq-project/yaqd-mcc/tree/main/example-yaq-configs/mcc-ulw-sensor"

[installation]
PyPI = "https://pypi.org/project/yaqd-mcc"
Expand Down

0 comments on commit 3ffd018

Please sign in to comment.