thormotion 0.4.2

A cross-platform motion control library for Thorlabs systems, written in Rust.
Documentation
1
2
3
4
5
6
7
8
Starts periodic update messages from the device every 100 milliseconds (10 Hz).

Automatic updates will continue until the [`hw_stop_update_messages`][1] function is called.

A 'one-off' status update can be requested using [`get_status`][2].

[1]: crate::devices::KDC101::hw_stop_update_messages
[2]: crate::devices::KDC101::get_status