mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	Add support for PN7160 (#5486)
This commit is contained in:
		| @@ -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 | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user