https://github.com/Halibut-Electronics/Open-Headset-Interconnect-Standard/issues/1 Started working on the Standard doc. Setup for PDF autogeneration. KiCAD project for drawing things, 'cuz I've got a KiCAD shaped hammer for those drawing nails.

This commit is contained in:
Mark Smith
2022-08-24 17:13:37 -07:00
parent e56fc17064
commit 530e3e65d7
19 changed files with 3135 additions and 0 deletions

6
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,6 @@
{
"markdown-pdf.convertOnSave": true,
"markdown-pdf.type": ["pdf"],
"markdown-pdf.outputDirectory": "docs",
"markdown-pdf.format": "Letter"
}