1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 03:12:20 +01:00

TTP229 BSF support

This commit is contained in:
Otto Winter
2019-05-10 21:44:02 +02:00
parent 9dd9e523ed
commit 1d6dd3aa5e
6 changed files with 136 additions and 0 deletions

View File

@@ -189,6 +189,9 @@ binary_sensor:
- platform: ttp229_lsf
channel: 1
name: TTP229 LSF Test
- platform: ttp229_bsf
channel: 1
name: TTP229 BSF Test
- platform: custom
lambda: |-
auto s = new CustomBinarySensor();
@@ -392,3 +395,7 @@ servo:
output: out
ttp229_lsf:
ttp229_bsf:
sdo_pin: D0
scl_pin: D1