mirror of
https://github.com/esphome/esphome.git
synced 2025-09-17 02:32:20 +01:00
Add variable bit width for Samsung protocol (#1927)
This commit is contained in:
@@ -13,6 +13,7 @@ std_vector = std_ns.class_("vector")
|
||||
uint8 = global_ns.namespace("uint8_t")
|
||||
uint16 = global_ns.namespace("uint16_t")
|
||||
uint32 = global_ns.namespace("uint32_t")
|
||||
uint64 = global_ns.namespace("uint64_t")
|
||||
int32 = global_ns.namespace("int32_t")
|
||||
const_char_ptr = global_ns.namespace("const char *")
|
||||
NAN = global_ns.namespace("NAN")
|
||||
|
Reference in New Issue
Block a user