From 864ab5d159ebbb267c03061651ef7b057a344acc Mon Sep 17 00:00:00 2001 From: Tim Wilkes Date: Tue, 18 Aug 2015 16:01:47 +0100 Subject: [PATCH] fix of image links --- hdk_gettingstarted.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hdk_gettingstarted.md b/hdk_gettingstarted.md index 0866e37..5839c81 100644 --- a/hdk_gettingstarted.md +++ b/hdk_gettingstarted.md @@ -1,6 +1,6 @@ # Getting Started with the HDK -![The HDK as it arrives](./imgs/hdk1.png) +![The HDK as it arrives](/imgs/hdk1.png) ## Things you will need @@ -23,7 +23,7 @@ Once this command has been run, a new device /dev/spidev1.0 will be created. When soldered, the HDK will look something like this: -![HDK soldered and connected to the MK5](./imgs/hdk2.jpg) +![HDK soldered and connected to the MK5](/imgs/hdk2.jpg) NB, the pinout for the HDK is compatible with Arduino Shields. If you want this, don't use the female headers shown. @@ -33,7 +33,7 @@ The easiest way to program the HDK is via a USB to serial converter (a arduino c Either way, you can use the Arduino IDE to compile and deploy the code. Set the IDE to Arduino Duemilanove, and the correct serial port. -![Arduino Gui](./imgs/hdk5.png) +![Arduino Gui](/imgs/hdk5.png) ### Programming the HDK