# HG changeset patch # User Giulio Moro # Date 1437163552 -3600 # Node ID ff0f776415e44b9ec96c6d2c47e22ac2ad0b6131 # Parent 8bd351ca8b460dce80c8c8032623b62682e69d98 Fixed basic_blink (was blinking for 11.25us only) diff -r 8bd351ca8b46 -r ff0f776415e4 projects/basic_blink/render.cpp --- a/projects/basic_blink/render.cpp Fri Jul 17 20:59:43 2015 +0100 +++ b/projects/basic_blink/render.cpp Fri Jul 17 21:05:52 2015 +0100 @@ -41,7 +41,7 @@ else status=GPIO_LOW; pinModeFrame(context, n, P8_07, OUTPUT); - digitalWriteFrameOnce(context, n, P8_07, status); //write the status to the LED + digitalWriteFrame(context, n, P8_07, status); //write the status to the LED } count++; }