diff options
Diffstat (limited to 'esp8266/qstrdefsport.h')
-rw-r--r-- | esp8266/qstrdefsport.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/esp8266/qstrdefsport.h b/esp8266/qstrdefsport.h index 6c14d829d3..e620aa2a29 100644 --- a/esp8266/qstrdefsport.h +++ b/esp8266/qstrdefsport.h @@ -147,3 +147,11 @@ Q(ticks_us) Q(ticks_cpu) Q(ticks_diff) Q(time) + +// machine +Q(Timer) +Q(callback) +Q(deinit) +Q(init) +Q(mode) +Q(period) |