-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
-patch with yield() on crono while -update version to 1.2 -e06_ESP_SST_RemoteHeatingRelay example
- Loading branch information
Showing
339 changed files
with
154,415 additions
and
7 deletions.
There are no files selected for viewing
Binary file not shown.
4 changes: 4 additions & 0 deletions
4
Libraries-Core-Docs/libraries/ArduinoJson-master/.clang-format
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# http://clang.llvm.org/docs/ClangFormatStyleOptions.html | ||
|
||
BasedOnStyle: Google | ||
Standard: Cpp03 |
1 change: 1 addition & 0 deletions
1
Libraries-Core-Docs/libraries/ArduinoJson-master/.gitattributes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
*.sh text eol=lf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
.DS_Store | ||
/.idea | ||
/build | ||
/bin | ||
/lib | ||
/sftp-config.json | ||
.tags | ||
.tags_sorted_by_file |
118 changes: 118 additions & 0 deletions
118
Libraries-Core-Docs/libraries/ArduinoJson-master/.travis.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,118 @@ | ||
sudo: false | ||
language: cpp | ||
matrix: | ||
include: | ||
- compiler: gcc | ||
addons: | ||
apt: | ||
sources: ['ubuntu-toolchain-r-test'] | ||
packages: ['g++-4.4'] | ||
env: SCRIPT=cmake CMAKE_CXX_COMPILER=g++-4.4 | ||
- compiler: gcc | ||
addons: | ||
apt: | ||
sources: ['ubuntu-toolchain-r-test'] | ||
packages: ['g++-4.5'] | ||
env: SCRIPT=cmake CMAKE_CXX_COMPILER=g++-4.5 | ||
- compiler: gcc | ||
addons: | ||
apt: | ||
sources: ['ubuntu-toolchain-r-test'] | ||
packages: ['g++-4.6'] | ||
env: SCRIPT=cmake CMAKE_CXX_COMPILER=g++-4.6 | ||
- compiler: gcc | ||
addons: | ||
apt: | ||
sources: ['ubuntu-toolchain-r-test'] | ||
packages: ['g++-4.7'] | ||
env: SCRIPT=cmake CMAKE_CXX_COMPILER=g++-4.7 | ||
- compiler: gcc | ||
addons: | ||
apt: | ||
sources: ['ubuntu-toolchain-r-test'] | ||
packages: ['g++-4.8'] | ||
env: SCRIPT=cmake CMAKE_CXX_COMPILER=g++-4.8 | ||
- compiler: gcc | ||
addons: | ||
apt: | ||
sources: ['ubuntu-toolchain-r-test'] | ||
packages: ['g++-4.9'] | ||
env: SCRIPT=cmake CMAKE_CXX_COMPILER=g++-4.9 | ||
- compiler: gcc | ||
addons: | ||
apt: | ||
sources: ['ubuntu-toolchain-r-test'] | ||
packages: ['g++-5'] | ||
env: SCRIPT=cmake CMAKE_CXX_COMPILER=g++-5 | ||
- compiler: clang | ||
env: SCRIPT=cmake CMAKE_CXX_COMPILER=clang++ | ||
- compiler: clang | ||
addons: | ||
apt: | ||
sources: ['ubuntu-toolchain-r-test','llvm-toolchain-precise-3.5'] | ||
packages: ['clang-3.5'] | ||
env: SCRIPT=cmake CMAKE_CXX_COMPILER=clang++-3.5 | ||
- compiler: clang | ||
addons: | ||
apt: | ||
sources: ['ubuntu-toolchain-r-test','llvm-toolchain-precise-3.6'] | ||
packages: ['clang-3.6'] | ||
env: SCRIPT=cmake CMAKE_CXX_COMPILER=clang++-3.6 | ||
- compiler: clang | ||
addons: | ||
apt: | ||
sources: ['ubuntu-toolchain-r-test','llvm-toolchain-precise-3.7'] | ||
packages: ['clang-3.7'] | ||
env: SCRIPT=cmake CMAKE_CXX_COMPILER=clang++-3.7 | ||
- compiler: clang | ||
addons: | ||
apt: | ||
sources: ['ubuntu-toolchain-r-test','llvm-toolchain-precise-3.8'] | ||
packages: ['clang-3.8'] | ||
env: SCRIPT=cmake CMAKE_CXX_COMPILER=clang++-3.8 | ||
- compiler: gcc | ||
env: SCRIPT=coverage | ||
- os: osx | ||
osx_image: beta-xcode6.1 | ||
compiler: clang | ||
env: SCRIPT=cmake-osx | ||
- os: osx | ||
osx_image: beta-xcode6.2 | ||
compiler: clang | ||
env: SCRIPT=cmake-osx | ||
- os: osx | ||
osx_image: beta-xcode6.3 | ||
compiler: clang | ||
env: SCRIPT=cmake-osx | ||
- os: osx | ||
osx_image: xcode6.4 | ||
compiler: clang | ||
env: SCRIPT=cmake-osx | ||
- os: osx | ||
osx_image: xcode7 | ||
compiler: clang | ||
env: SCRIPT=cmake-osx | ||
- os: osx | ||
osx_image: xcode7.1 | ||
compiler: clang | ||
env: SCRIPT=cmake-osx | ||
- os: osx | ||
osx_image: xcode7.2 | ||
compiler: clang | ||
env: SCRIPT=cmake-osx | ||
- os: osx | ||
osx_image: xcode7.3 | ||
compiler: clang | ||
env: SCRIPT=cmake-osx | ||
- env: SCRIPT=arduino VERSION=1.5.8 BOARD=arduino:avr:uno | ||
- env: SCRIPT=arduino VERSION=1.6.7 BOARD=arduino:avr:uno | ||
- env: SCRIPT=arduino VERSION=1.6.8 BOARD=arduino:avr:uno | ||
- env: SCRIPT=arduino VERSION=1.6.9 BOARD=arduino:avr:uno | ||
- env: SCRIPT=platformio BOARD=uno | ||
- env: SCRIPT=platformio BOARD=due | ||
- env: SCRIPT=platformio BOARD=esp01 | ||
- env: SCRIPT=platformio BOARD=teensy31 | ||
cache: | ||
directories: | ||
- "~/.platformio" | ||
script: scripts/travis/$SCRIPT.sh |
14 changes: 14 additions & 0 deletions
14
Libraries-Core-Docs/libraries/ArduinoJson-master/ArduinoJson.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
// Copyright Benoit Blanchon 2014-2016 | ||
// MIT License | ||
// | ||
// Arduino JSON library | ||
// https://github.com/bblanchon/ArduinoJson | ||
// If you like this project, please add a star! | ||
|
||
// About this file | ||
// --------------- | ||
// This file is here for [PlatformIO](http://platformio.org/). | ||
// It must be present in the root for the tool to find it. | ||
// Feel free to ignore this file if your working in another environment. | ||
|
||
#include "include/ArduinoJson.h" |
Oops, something went wrong.