-
Notifications
You must be signed in to change notification settings - Fork 233
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #135 from mathertel/V2.5.0
This release is a minor update including som smaller fixes. Functions marked with deprecated will be removed in version 3.x Formatting of source code conformint the standard Arduino IDE 2.0 formatting using .clang-format Version for platform.io in sync with version for Arduino Introducing the OneButtonTiny class for small environments with limited program space and memory.
- Loading branch information
Showing
9 changed files
with
499 additions
and
34 deletions.
There are no files selected for viewing
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
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,23 @@ | ||
{ | ||
"default": true, | ||
"no-hard-tabs": true, | ||
"no-trailing-spaces": true, | ||
"blank_lines": true, | ||
"no-multiple-blanks": { | ||
"maximum": 2 | ||
}, | ||
"ul-indent": { | ||
"indent": 2 | ||
}, | ||
"ul-style": { | ||
"style": "asterisk" | ||
}, | ||
"line-length": false, | ||
"no-inline-html": false, | ||
"code-block-style": { | ||
"style": "fenced" | ||
}, | ||
"no-duplicate-header": { | ||
"allow_different_nesting": true | ||
} | ||
} |
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
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
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
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
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
Oops, something went wrong.