From c321a25b8c784af9baf84577dc76bb759355f2e2 Mon Sep 17 00:00:00 2001 From: Tom Nisbet Date: Thu, 18 Aug 2022 10:27:02 -0400 Subject: [PATCH] add linkable images to docs --- docs/28C256-notes.md | 2 +- docs/hardware.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/28C256-notes.md b/docs/28C256-notes.md index b629d33..e787310 100644 --- a/docs/28C256-notes.md +++ b/docs/28C256-notes.md @@ -55,7 +55,7 @@ were unlocked and burned successfully with the TommyProm code. The capture below shows an unlock command sequence where the tBLC is within 80us for each byte. -![Unlock Timing](images/Unlock-Timing.png) +[![Unlock Timing](images/Unlock-Timing.png)](images/Unlock-Timing.png) # References diff --git a/docs/hardware.md b/docs/hardware.md index 01d4f9d..340cc56 100644 --- a/docs/hardware.md +++ b/docs/hardware.md @@ -116,7 +116,7 @@ is present here for the programming voltage. Because this is designed as a quick assembled hardware design, a triple output bench supply was used to provide the 25.5V, 5.5V and 5V outputs. -![TommyPROM Nano Schematic](images/TommyPROM-8755A-sch.png) +[![TommyPROM Nano Schematic](images/TommyPROM-8755A-sch.png)](images/TommyPROM-8755A-sch.png) Eagle-format schematics can be downloaded from the [hardware project page](https://github.com/TomNisbet/TommyPROM/tree/master/hardware).