forked from platformio/platformio-core
Added Embedded-Blink example (works with Wiring based frameworks, like Arduino or Energia)
This commit is contained in:
@@ -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"
|
||||||
|
Reference in New Issue
Block a user