mirror of
https://github.com/platformio/platformio-core.git
synced 2025-08-03 20:04:27 +02:00
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
|
||||
|
||||
#include "Energia.h"
|
||||
|
Reference in New Issue
Block a user