Add src_dir option to [platformio] section of platformio.ini which allows to redefine location to project’s source directory // Resolve #83

This commit is contained in:
Ivan Kravets
2015-02-22 22:24:22 +02:00
parent e17ce83499
commit 46ae4c1a83
9 changed files with 125 additions and 23 deletions

View File

@@ -11,7 +11,7 @@
#include "Arduino.h"
#ifndef LED_PIN
#define LED_PIN 13 // Most Arduino boards already have an LED attached to pin 13 on the board itself
#define LED_PIN 13 // Most Arduino boards already have a LED attached to pin 13 on the board itself
#endif