1
0
mirror of https://github.com/esphome/esphome.git synced 2026-02-08 00:31:58 +00:00

[nrf52, i2c] i2c support for nrf52 (#8150)

Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
Co-authored-by: Ludovic BOUÉ <lboue@users.noreply.github.com>
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
This commit is contained in:
tomaszduda23
2025-11-03 08:42:49 -08:00
committed by GitHub
parent cb039b42aa
commit 06d0787ee0
12 changed files with 276 additions and 6 deletions

View File

@@ -0,0 +1,11 @@
# Common I2C configuration for NRF52 tests
substitutions:
scl_pin: P0.04
sda_pin: P0.05
i2c:
- id: i2c_bus
scl: ${scl_pin}
sda: ${sda_pin}
scan: true