mirror of
https://github.com/esphome/esphome.git
synced 2025-09-12 16:22:22 +01:00
Remove "delay_microseconds_accurate()" and improve systemwide delayMicroseconds() (#2497)
This commit is contained in:
committed by
GitHub
parent
6e5cfac927
commit
875b803483
@@ -255,7 +255,7 @@ struct is_callable // NOLINT
|
||||
static constexpr auto value = decltype(test<T>(nullptr))::value; // NOLINT
|
||||
};
|
||||
|
||||
void delay_microseconds_accurate(uint32_t usec);
|
||||
void delay_microseconds_safe(uint32_t us);
|
||||
|
||||
template<typename T> class Deduplicator {
|
||||
public:
|
||||
|
Reference in New Issue
Block a user