1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-29 22:24:26 +00:00

Add support for using BMP280 with SPI (#7053)

Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
This commit is contained in:
Adam DeMuri
2024-09-04 23:08:02 -06:00
committed by GitHub
parent 1548fa0811
commit 18a1191e03
32 changed files with 388 additions and 182 deletions

View File

@@ -0,0 +1,7 @@
substitutions:
clk_pin: GPIO14
mosi_pin: GPIO13
miso_pin: GPIO12
cs_pin: GPIO15
<<: !include common.yaml