From 2c07c6e92fe6cb4c56d14a53df98ff79a54d84a1 Mon Sep 17 00:00:00 2001 From: Matt Date: Mon, 21 Mar 2016 17:18:40 -0400 Subject: [PATCH] Add link to fritzing schematic --- Readme.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index 66780e3..1b68d12 100644 --- a/Readme.md +++ b/Readme.md @@ -178,7 +178,7 @@ Digital pin utilization is as follows: - **PIN 13** - LED indicator (built in to Trinket Pro) - **PIN 19** - Microswitch (aka A5) -[Fritzing diagram] +[![Fritzing schematic](http://sixteenmillimeter.com/projects/imgs/intval2/intval2_schem_512.png)](http://sixteenmillimeter.com/projects/imgs/intval2/intval2_schem.png) The Fritzing project requires the following libraries: @@ -189,5 +189,4 @@ The Fritzing project requires the following libraries: #### F. Programming -This step should be done carefully, and with some practice. For a good primer on the basics of programming the microcontroller, check out Adafruit's [tutorial on it](https://learn.adafruit.com/introducing-pro-trinket/starting-the-bootloader). Arduino Trinket Pros enter into a short firmware-writable state when first plugged into a USB source. This is marked by the pulsing of the red indicator LED on the board. - +This step should be done carefully, and with some practice. For a good primer on the basics of programming the microcontroller, check out Adafruit's [tutorial on it](https://learn.adafruit.com/introducing-pro-trinket/starting-the-bootloader). Arduino Trinket Pros enter into a short firmware-writable state when first plugged into a USB source. This is marked by the pulsing of the red indicator LED on the board. \ No newline at end of file