From 780eb224c48ce97bc271625fb29a666e812fa51e Mon Sep 17 00:00:00 2001 From: Nicu Hodos Date: Mon, 2 Nov 2020 18:35:16 +0000 Subject: [PATCH] add platformio specific files --- README | 11 +++++++++++ platformio.ini | 20 ++++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 README create mode 100644 platformio.ini diff --git a/README b/README new file mode 100644 index 0000000..b94d089 --- /dev/null +++ b/README @@ -0,0 +1,11 @@ + +This directory is intended for PlatformIO Unit Testing and project tests. + +Unit Testing is a software testing method by which individual units of +source code, sets of one or more MCU program modules together with associated +control data, usage procedures, and operating procedures, are tested to +determine whether they are fit for use. Unit testing finds problems early +in the development cycle. + +More information about PlatformIO Unit Testing: +- https://docs.platformio.org/page/plus/unit-testing.html diff --git a/platformio.ini b/platformio.ini new file mode 100644 index 0000000..a14e1cb --- /dev/null +++ b/platformio.ini @@ -0,0 +1,20 @@ +; PlatformIO Project Configuration File +; +; Build options: build flags, source filter +; Upload options: custom upload port, speed and extra flags +; Library options: dependencies, extra library storages +; Advanced options: extra scripting +; +; Please visit documentation for the other options and examples +; https://docs.platformio.org/page/projectconf.html + +[env:esp12e] +platform = espressif8266 +board = d1_mini +framework = arduino +lib_deps = + arduino-libraries/NTPClient@^3.1.0 + adafruit/Adafruit LED Backpack Library@^1.1.8 + adafruit/Adafruit BusIO@^1.6.0 +;upload_port = 192.168.178.62 +;upload_protocol = espota