// Copyright (c) 2017 Brandon Thomas <bt@brand.io>, <echelon@gmail.com>
//! 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.
extern crate etherdream;
extern crate point as pointlib;
pub use Dac;
pub use LaseError;
pub use Point;
/// Module for common point types.