Skip to content

Instantly share code, notes, and snippets.

View Styx85's full-sized avatar

Christoph Berliner Styx85

View GitHub Profile
@Styx85
Styx85 / esp32_touch.yaml
Created January 1, 2021 22:36 — forked from pauly7300/esp32_touch.yaml
esp32_touch light example
esphome:
name: aaa
platform: ESP32
board: mhetesp32devkit
wifi:
ssid: "wifi_ssid"
password: "wifipassword"
# Enable logging
@Styx85
Styx85 / Fade_w_button2.yaml
Created January 1, 2021 22:36 — forked from pauly7300/Fade_w_button2.yaml
Fade led up and down while pressing button
output:
- platform: ledc
pin: 16
frequency: 40000Hz
bit_depth: 10
id: LED_gpio_16
light:
- platform: monochromatic