mirror of
https://github.com/esphome/esphome.git
synced 2024-11-16 10:45:48 +01:00
update config
This commit is contained in:
parent
ac967c5d2e
commit
b13cc6a6bd
@ -1,65 +0,0 @@
|
||||
---
|
||||
nrf52:
|
||||
board: adafruit_itsybitsy_nrf52840
|
||||
framework:
|
||||
variant: generic
|
||||
|
||||
esphome:
|
||||
name: nrf52-test-zephyr
|
||||
|
||||
logger:
|
||||
|
||||
switch:
|
||||
- platform: gpio
|
||||
pin:
|
||||
number: 15
|
||||
inverted: true
|
||||
mode:
|
||||
output: true
|
||||
id: gpio_15
|
||||
|
||||
|
||||
interval:
|
||||
- interval: 100ms
|
||||
then:
|
||||
- switch.toggle: gpio_15
|
||||
|
||||
binary_sensor:
|
||||
- platform: gpio
|
||||
pin:
|
||||
number: 9
|
||||
mode: INPUT_PULLUP
|
||||
|
||||
id: gpio_9
|
||||
|
||||
sensor:
|
||||
- platform: pulse_width
|
||||
pin: P0.10
|
||||
id: gpio_10
|
||||
update_interval: 3s
|
||||
- platform: uptime
|
||||
name: Uptime Sensor
|
||||
update_interval: 5s
|
||||
|
||||
dfu:
|
||||
reset_output: rest_gpio
|
||||
|
||||
output:
|
||||
- platform: gpio
|
||||
pin:
|
||||
number: 14
|
||||
inverted: true
|
||||
mode:
|
||||
output: true
|
||||
id: rest_gpio
|
||||
|
||||
debug:
|
||||
update_interval: 1s
|
||||
|
||||
text_sensor:
|
||||
- platform: debug
|
||||
device:
|
||||
name: "Device Info"
|
||||
reset_reason:
|
||||
name: "Reset Reason"
|
||||
|
@ -1,8 +1,9 @@
|
||||
---
|
||||
nrf52:
|
||||
# board: adafruit_itsybitsy_nrf52840
|
||||
# board: adafruit_feather_nrf52840
|
||||
board: nrf52840dk_nrf52840
|
||||
board: adafruit_feather_nrf52840
|
||||
# board: nrf52840dk_nrf52840
|
||||
# board: nrf5340dk_nrf5340_cpuapp
|
||||
|
||||
# bootloader: adafruit
|
||||
# bootloader: mcuboot
|
||||
@ -23,9 +24,11 @@ switch:
|
||||
mode:
|
||||
output: true
|
||||
id: gpio_15
|
||||
restore_mode: RESTORE_DEFAULT_OFF
|
||||
|
||||
interval:
|
||||
- interval: 500ms
|
||||
# - interval: 20s
|
||||
then:
|
||||
- switch.toggle: gpio_15
|
||||
|
||||
|
@ -1,9 +1,6 @@
|
||||
---
|
||||
nrf52:
|
||||
board: adafruit_itsybitsy_nrf52840
|
||||
framework:
|
||||
type: zephyr
|
||||
variant: nrf-sdk
|
||||
|
||||
esphome:
|
||||
name: nrf52-test-nrf-adafruit
|
||||
|
Loading…
Reference in New Issue
Block a user