diff --git a/Instrumenting-code-using-GPIOs.md b/Instrumenting-code-using-GPIOs.md index fae7cf5..295e7d6 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://goo.gl/photos/EcAnjAHQzwuVeMcU9) \ No newline at end of file +![UART6 1 Mbit/sec capture](http://4.bp.blogspot.com/-0_IYARS_uw0/Vk9hWRpwjkI/AAAAAAAAjtQ/Od5ut1HAqEU/s1600/UART-1Mbit.png) \ No newline at end of file