mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
* 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
17 lines
335 B
Plaintext
17 lines
335 B
Plaintext
#######################################
|
|
# Datatypes (KEYWORD1)
|
|
#######################################
|
|
|
|
Ticker KEYWORD1
|
|
|
|
#######################################
|
|
# Methods and Functions (KEYWORD2)
|
|
#######################################
|
|
|
|
attach KEYWORD2
|
|
attach_ms KEYWORD2
|
|
once KEYWORD2
|
|
once_ms KEYWORD2
|
|
detach KEYWORD2
|
|
active KEYWORD2
|