1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 22:53:59 +00:00

Add support for PN7160 (#5486)

This commit is contained in:
Keith Burzinski
2023-12-13 16:54:55 -06:00
committed by GitHub
parent 81aa48a5f3
commit 6fd239362d
20 changed files with 2964 additions and 1 deletions

View File

@@ -3388,6 +3388,43 @@ pn532_spi:
pn532_i2c:
i2c_id: i2c_bus
pn7160_i2c:
id: nfcc_pn7160_i2c
i2c_id: i2c_bus
dwl_req_pin:
allow_other_uses: true
number: GPIO17
irq_pin:
allow_other_uses: true
number: GPIO35
ven_pin:
allow_other_uses: true
number: GPIO16
wkup_req_pin:
allow_other_uses: true
number: GPIO21
emulation_message: https://www.home-assistant.io/tag/pulse_ce
tag_ttl: 1000ms
pn7160_spi:
id: nfcc_pn7160_spi
cs_pin:
number: GPIO15
dwl_req_pin:
allow_other_uses: true
number: GPIO17
irq_pin:
allow_other_uses: true
number: GPIO35
ven_pin:
allow_other_uses: true
number: GPIO16
wkup_req_pin:
allow_other_uses: true
number: GPIO21
emulation_message: https://www.home-assistant.io/tag/pulse_ce
tag_ttl: 1000ms
rdm6300:
uart_id: uart_0