digital-datasheets

command module
v0.0.0-...-da24c02 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 18, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

README

Digital Datasheet Properties

This repository contains information about the format and properties of digital datasheets for a variety of component types.

Document types include:

  • Specification for component properties
  • Specification for pin properties
  • Sample .json format for different types of digital datasheets

Documentation

Overview

spec-to-readme converts a JSON part spec into the equivalent documentation found in support-docs/README.md. Some manual additions are expected to be made after initial generation, but this handles all of the tedious copy-pasting between files.

This script expects two arguments: a directory with json schema files and the section number

Simple usage:

cat path/to/partspec.json | go run spec-to-readme.go  part-spec/passive "3.123"

Complex usage (bash):

CUR=10
for A in passives/ semiconductors/ ic_mic/; do
   go run spec-to-readme.go part-spec/$A "3.$CUR"
   ((CUR++))
done  >> support-docs/README.md

Directories

Path Synopsis
scripts

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL