Added Embedded-Blink example (works with Wiring based frameworks, like Arduino or Energia)

This commit is contained in:
Ivan Kravets
2014-05-18 23:44:04 +03:00
parent feac085d7a
commit be13403abd

View File

@@ -1,8 +1,13 @@
/* /**
Turns ON and OFF the Wiring compatible board LED, with intervals of 1 second (1000 milliseconds) * Copyright (C) Ivan Kravets <me@ikravets.com>
* See LICENSE for details.
*/ */
/**
Turns ON and OFF the Wiring compatible board LED,
with intervals of 1 second (1000 milliseconds)
*/
#ifdef ENERGIA #ifdef ENERGIA
#include "Energia.h" #include "Energia.h"