From 100608212b45e1ba4ec3f95720901e770f4faf6f Mon Sep 17 00:00:00 2001 From: Dave Hylands Date: Fri, 20 Nov 2015 09:46:44 -0800 Subject: [PATCH] Updated image link --- Instrumenting-code-using-GPIOs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Instrumenting-code-using-GPIOs.md b/Instrumenting-code-using-GPIOs.md index 702d7d4..fae7cf5 100644 --- a/Instrumenting-code-using-GPIOs.md +++ b/Instrumenting-code-using-GPIOs.md @@ -33,4 +33,4 @@ void USART6_IRQHandler(void) { ###Capture### Here's what a typical capture might look like. This was done using the above code and captured while receiving UART data at 1 Mbit/sec. -![UART6 1 Mbit/sec capture](https://www.dropbox.com/s/2gnnh9o2rsis4bz/UART-1Mbit.png?dl=0) \ No newline at end of file +![UART6 1 Mbit/sec capture](https://goo.gl/photos/EcAnjAHQzwuVeMcU9) \ No newline at end of file