Add link to fritzing schematic

This commit is contained in:
Matt 2016-03-21 17:18:40 -04:00
parent 88aa993686
commit 2c07c6e92f
1 changed files with 2 additions and 3 deletions

View File

@ -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. <a name="Programming"></a>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.