ni / nidaqmx-python

A Python API for interacting with NI-DAQmx
Other
413 stars 155 forks source link

Reorganize examples to folders #565

Closed WayneDroid closed 3 months ago

WayneDroid commented 3 months ago

What does this Pull Request accomplish?

This PR moves AI, AO, DI, DO, CI and CO examples into folders, no code changes.

Why should this Pull Request be merged?

Reorganize these example files to folders for future changes.

What testing has been done?

run poetry run pytest tests/ -q - pass

image