1
0
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:
Keith Burzinski
2021-06-17 20:54:46 -05:00
committed by GitHub
parent f9a31c1abb
commit 04d926af39
6 changed files with 30 additions and 14 deletions

View File

@@ -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")