mirror of
https://github.com/esphome/esphome.git
synced 2026-06-24 14:16:47 +00:00
9 lines
259 B
YAML
9 lines
259 B
YAML
esphome:
|
|
on_boot:
|
|
- lambda: |-
|
|
ESP_LOGD("test", "millis=%u micros=%u cycles=%u",
|
|
(unsigned) millis(), (unsigned) micros(),
|
|
(unsigned) arch_get_cpu_cycle_count());
|
|
delay(1);
|
|
delayMicroseconds(1);
|