From 18f1b63563b621708c0c7cb5db57e370a11541d7 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sun, 9 Mar 2025 11:10:05 -0700 Subject: [PATCH] doc: Add micropeak outline doc Provide geometry for mounting micropeak. Signed-off-by: Keith Packard --- doc/Makefile.am | 4 ++ doc/micropeak-outline.txt | 14 ++++++ doc/micropeak.svg | 96 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 114 insertions(+) create mode 100644 doc/micropeak-outline.txt create mode 100644 doc/micropeak.svg diff --git a/doc/Makefile.am b/doc/Makefile.am index 9479c137..65fce5d4 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -237,6 +237,7 @@ EASYMINI_ADOC_FILES=$(EASYMINI_TXT_FILES:.txt=.adoc) $(EASYMINI_INC_FILES:.inc=. OUTLINE_TXT_FILES=\ easymega-outline.txt \ easymini-outline.txt \ + micropeak-outline.txt \ telemega-outline.txt \ telemetrum-outline.txt \ telemini-v1-outline.txt \ @@ -253,6 +254,7 @@ SVG=\ telemetrum.svg \ telemini-v1.svg \ telemini-v3.svg \ + micropeak.svg \ easymega.svg RELNOTES_HTML=$(RELNOTES_INC:.inc=.html) @@ -347,6 +349,8 @@ telemini-v1-outline.pdf: telemini-v1-outline.txt telemini-v1.svg telemini-v3-outline.pdf: telemini-v3-outline.txt telemini-v3.svg +micropeak-outline.pdf: micropeak-outline.txt micropeak.svg + install: all WEB_ROOT=/home/bdale/web/ diff --git a/doc/micropeak-outline.txt b/doc/micropeak-outline.txt new file mode 100644 index 00000000..4f181807 --- /dev/null +++ b/doc/micropeak-outline.txt @@ -0,0 +1,14 @@ +:notitle: +:doctype: article + +== MicroPeak Outline and Hole Pattern + + This image, when printed, provides a precise template for the + mounting holes in MicroPeak. MicroPeak has overall dimensions + of 0.700 x 0.560 inches (17.78mm x 14.224mm), and the 0.098 + inch (2.5mm) mounting holes are 0.075 inches (1.905mm) from + the board edges. That means they are in a rectangle measuring + 0.550 x 0.410 inches (13.97mm x 10.414mm), sized for use with + 2-56 or M2.5 screws. + + image::micropeak.svg[align="center"] diff --git a/doc/micropeak.svg b/doc/micropeak.svg new file mode 100644 index 00000000..00507c88 --- /dev/null +++ b/doc/micropeak.svg @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + 0.700 + + + + 0.560 + + + + 0.550 + + + + 0.410 + + + MicroPeak + + -- 2.47.2