From be13403abd9f6f7306f452af78afa793f91d61d9 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sun, 18 May 2014 23:44:04 +0300 Subject: [PATCH] Added Embedded-Blink example (works with Wiring based frameworks, like Arduino or Energia) --- examples/embedded-blink/src/blink.cpp | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/examples/embedded-blink/src/blink.cpp b/examples/embedded-blink/src/blink.cpp index 9a51e5a0..fb032e3f 100644 --- a/examples/embedded-blink/src/blink.cpp +++ b/examples/embedded-blink/src/blink.cpp @@ -1,8 +1,13 @@ -/* - Turns ON and OFF the Wiring compatible board LED, with intervals of 1 second (1000 milliseconds) - +/** + * Copyright (C) Ivan Kravets + * See LICENSE for details. */ +/** + Turns ON and OFF the Wiring compatible board LED, + with intervals of 1 second (1000 milliseconds) +*/ + #ifdef ENERGIA #include "Energia.h"