mirror of
https://github.com/esphome/esphome.git
synced 2024-11-24 07:58:09 +01:00
Update ld2415h.h
This commit is contained in:
parent
b7a05a8d42
commit
53f3119092
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ enum UnitOfMeasure : uint8_t { KPH = 0x00, MPH = 0x01, MPS = 0x02 };
|
|||
|
||||
class LD2415HListener {
|
||||
public:
|
||||
virtual void on_speed(uint8_t speed) {};
|
||||
virtual void on_speed(uint8_t speed){};
|
||||
};
|
||||
|
||||
class LD2415HComponent : public Component, public uart::UARTDevice {
|
||||
|
|
Loading…
Reference in a new issue