use-pin
Primitive electronic pin vocabulary.
use-pin describes pin numbers, pin names, roles, polarity, and references to component pins. It does not implement electrical simulation, embedded HAL traits, MCU pin configuration, or GPIO control.
Example
use ReferenceDesignator;
use ;
let component = new?;
let numbered = numbered;
let named = named;
assert_eq!;
assert_eq!;
assert_eq!;
# Ok::
Scope
Use this crate for descriptive pin metadata only. Use embedded, HAL, firmware, or simulation crates for behavior.