From 4a48dfb3ce5e76d3421c3590e52d064da591683c Mon Sep 17 00:00:00 2001 From: Tim Wilkes Date: Thu, 21 May 2015 16:05:22 +0100 Subject: [PATCH] Removal of extra graphic. --- hdk/getting_started.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/hdk/getting_started.md b/hdk/getting_started.md index f0e4d8a..4d14d2c 100644 --- a/hdk/getting_started.md +++ b/hdk/getting_started.md @@ -37,8 +37,6 @@ Either way, you can use the Arduino IDE to compile and deploy the code. Set the ### Programming the HDK -![Arduino programmer with the HDK](../imgs/hdk3.png) - ### Testing. This program will echo out anything recieved on the SPI interface (from the pineapple) on the serial port (using the serial to USB adapter). This is by no means the only way to test everything is working, but serial is really helpful for debugging.