Crate lase

Source
Expand description

Lase.rs is a library for controlling laser projector DACs. It is designed as an abstraction layer so that the DAC used may be swapped out as needed.

Modules§

point
Module for common point types.
tools
Various DAC-specific tools.

Structs§

Point
18-byte point data for a single point.

Enums§

Dac
A hardware DAC used to communicate with a laser projector.
LaseError
Library errors. This can wrap the underlying DAC hardware/library errors.