techmannih/trellis-core
This code defines a detailed electronic hardware schematic and PCB layout for a Linux System-on-Module, incorporating components such as oscillators, power regulators, USB-C connectors, connectors, LEDs, resistors, capacitors, inductors, and integrated circuits, with precise physical footprint and 3D models.
- Version
- 0.2.13
- License
- unset
- Stars
- 0
dist/index.d.ts
import * as react from 'react';
/**
* Derived tscircuit implementation of Protolux Electronics' Trellis Core.
* Components are intentionally expressed as explicit JSX so the schematic,
* PCB placement, supplier selection, and connectivity are reviewable from the
* main circuit entrypoint.
*/
declare const TrellisCore: () => any;
export { TrellisCore, TrellisCore as default };