firewire-dice-protocols 0.1.1

Implementation of protocols defined by TC Applied Technologies for ASICs of Digital Interface Communication Engine (DICE) as well as hardware vendors.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// SPDX-License-Identifier: LGPL-3.0-or-later
// Copyright (c) 2021 Takashi Sakamoto

//! Protocol implementation specific to PreSonus FireStudio series.
//!
//! The module includes structure, enumeration, trait and its implementation for protocol defined
//! by PreSonus for FireStudio series.

pub mod fstudio;

pub mod fstudiomobile;
pub mod fstudioproject;

use super::*;