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