From 4a98e876cffb8a967423053156167b1f78899071 Mon Sep 17 00:00:00 2001 From: Hannes Thalheim Date: Thu, 1 Mar 2018 08:02:48 +0100 Subject: [PATCH] Updated section "code" of README.md Fixed typo. Added an illustration of Arduino's ICSP pins. --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3d1aaf7..0ab1220 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,14 @@ The firmware for the ATtiny is written as an Arduino sketch using the for generating pseudorandom numbers and transforms them to the needed range using the gcc uniform_int_dist c++std implementation. -Flashing the firmware can be done using a normal Arduino programmes as an -ISP with the ArduinoISP example sketch included with the IDE. The PINs on -the board are from left to right: GND, MISO, VCC, SCK, MOSI, RESET. +Flashing the firmware can be done using a usual Arduino programmed as an +ISP with the ArduinoISP example sketch included in the IDE. Then the Arduino +can be connected for example via its ICSP pins: + +![ICSP] + +The pins on our TinyFinger board are from left to right: +GND, MISO, VCC, SCK, MOSI, RESET. ## case @@ -27,4 +32,4 @@ Cura after exporting the model as an stl file. [ATTinyCore]: https://github.com/SpenceKonde/ATTinyCore [linear congruential generator]: https://en.wikipedia.org/wiki/Linear_congruential_generator - +[ICSP]: https://www.arduino.cc/en/uploads/Tutorial/ICSPHeader.jpg "Arduino's ICSP pins"