Mercurial > hg > beaglert
changeset 76:ff0f776415e4
Fixed basic_blink (was blinking for 11.25us only)
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Fri, 17 Jul 2015 21:05:52 +0100 |
parents | 8bd351ca8b46 |
children | ad130ecb2def |
files | projects/basic_blink/render.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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++; }