1
0
mirror of https://github.com/esphome/esphome.git synced 2025-02-21 20:38:16 +00:00

Update ds248x.h

This commit is contained in:
Iron Man 2024-04-22 19:30:30 +02:00 committed by GitHub
parent 4be59c15b8
commit 18d6b3ed78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,6 +8,7 @@
#define NBR_CHANNELS 8
namespace esphome {
namespace ds248x {
enum class DS248xType : int {
@ -135,4 +136,5 @@ namespace esphome {
};
} // namespace ds248x
} // namespace esphome