pigdef 0.7.3

Core struct and const definitions for multiple crates in the pigg project
Documentation
1
2
3
4
5
6
7
8
9
10
#![cfg_attr(not(feature = "std"), no_std)]

//! This module provides definition structs for hardware, hardware events and configuration of hardware
pub mod config;
pub mod description;
#[cfg(feature = "iroh")]
pub mod net_values;
pub mod pin_function;
#[cfg(feature = "usb")]
pub mod usb_values;