diff --git a/CHANGELOG.md b/CHANGELOG.md index abccbdf..194720f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/example-yaq-configs/mcc-ulw-sensor/example.toml b/example-yaq-configs/mcc-ulw-sensor/example.toml new file mode 100644 index 0000000..a5bba17 --- /dev/null +++ b/example-yaq-configs/mcc-ulw-sensor/example.toml @@ -0,0 +1,6 @@ +[daq] +port = 38000 +serial = "210796D" + +[daq.channels.mychannel] +index = 0 \ No newline at end of file diff --git a/yaqd_mcc/mcc-ulw-sensor.avpr b/yaqd_mcc/mcc-ulw-sensor.avpr index a534693..f2d15e2 100644 --- a/yaqd_mcc/mcc-ulw-sensor.avpr +++ b/yaqd_mcc/mcc-ulw-sensor.avpr @@ -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": { diff --git a/yaqd_mcc/mcc-ulw-sensor.toml b/yaqd_mcc/mcc-ulw-sensor.toml index 5510733..9f877bf 100644 --- a/yaqd_mcc/mcc-ulw-sensor.toml +++ b/yaqd_mcc/mcc-ulw-sensor.toml @@ -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"