//! Function blocks for Beckhoff EtherCAT terminals.
//!
//! Currently contains:
//!
//! - [`El3356`] — strain-gauge / load-cell evaluation terminal with peak
//! tracking, tare pulse, and SDO-based load-cell calibration.
//!
//! Each device FB is paired with a borrowed view type (e.g. [`El3356View`])
//! and a macro that builds the view from a common GM field prefix — see the
//! [`el3356_view!`](crate::el3356_view) macro.
pub use El3356;
pub use El3356View;