Maxim Prokhorov
19b7a29720
Migrate from astyle to clang-format ( #8464 )
2022-03-04 02:28:47 +03:00
Earle F. Philhower, III
60fe7b4ca8
Add code-spell spelling checks to CI ( #8067 )
...
Help find and fix silly spelling errors as they are added to the repo.
2021-05-23 08:53:04 -07:00
Dirk O. Kaar
482516e393
Minimize header use, move Ticker function definitions into cpp file ( #6496 )
...
* Backport from ESP32
* Use new library layout (.../src)
* Cleanup test case.
* C++ style cast required.
* Whitespace
* Inlining via header has better baseline ROM footprint.
* Reordered functions for better code-compare to master
* Reduces ROM footprint some more.
* Avoid unnecessary parameter passing - refactoring, same generated footprint.
* Reformat example sources
2019-11-14 10:02:32 -03:00
Earle F. Philhower, III
8c37601614
Fix Ticker callback casting. ( #6282 )
...
Fixes errors seen in #6281 and adds a slight test case to the examples
to ensure no compiler errors.
2019-07-10 23:15:10 -04:00
Ivan Grokhotkov
61cd8d8385
examples: format all .ino files
...
This formats all the example source files using Arduino style rules.
2018-03-08 14:32:06 +08:00
probonopd
ac626ad9f8
Use LED_BUILTIN so that it works w/o attaching external LED ( #3452 )
...
* Use LED_BUILTIN so that it works w/o attaching external LED
* Use built-in LED
* Clarify text
2017-09-21 04:22:27 -05:00
Ivan Grokhotkov
687e472b4b
Ticker library update
2014-12-22 18:42:57 +03:00
Ivan Grokhotkov
b22a803d53
Ticker library
2014-12-19 01:43:40 +03:00