Tomáš Pilný
|
7b72da608a
|
Ticker fix solving #6155 (#7664)
* Wrapped Ticker functions with #pragma disabling -Wcast-function-type
* Revert "Wrapped Ticker functions with #pragma disabling -Wcast-function-type"
This reverts commit 160be7e67a10d01b6e44c4bf2521c0ccd6348976.
* Fixed Ticker example
* Modified Ticker example
* Fixed LED_BUILTIN err for ESP32
---------
Co-authored-by: Jan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com>
|
2023-02-06 17:25:58 +02:00 |
|
GitNik1
|
f1acc432af
|
Fix Ticker::Active crash if _ticker null (#6511) (#6513)
|
2022-04-04 14:45:14 +03:00 |
|
Clemens Kirchgatterer
|
a134088a0b
|
Implement Ticker::active() (#6148)
|
2022-01-18 17:40:03 +02:00 |
|
lbernstone
|
de66c39f04
|
Bump library versions to 2.0.0 (#5182)
* Bump library versions to 2.0.0
* Fixed name on SD library (see #5181)
|
2021-05-18 14:00:49 +03:00 |
|
full-stack-ex
|
2a7e509978
|
Fix long Ticker period conversion: cast ms to uint64_t when calculating us (#3175)
* Fix long Ticker period conversion
* Simplify long Ticker period conversion fix by using 1000ULL
|
2019-09-05 10:34:47 +03:00 |
|
per1234
|
146b2f6a23
|
Use correct separator in keywords.txt (#1175)
The Arduino IDE currently requires the use of a tab separator between the name and identifier. Without this tab the keyword is not highlighted.
Reference:
https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#keywords
|
2018-03-05 07:38:39 +01:00 |
|
Bert Melis
|
8e29347d4f
|
Add Ticker library (#1057)
* Add Ticker library
* Fix CI (#1)
remove LED_BUILTIN in examples
|
2018-03-04 20:34:03 +01:00 |
|