1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-03 03:42: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

@@ -60,6 +60,7 @@ from esphome.cpp_types import ( # noqa
uint8,
uint16,
uint32,
uint64,
int32,
const_char_ptr,
NAN,