uploaded 3 weeks ago
The I2C Bus Driver supports both hardware and software I2C.
# ChangeLog

## v1.3.0 - 2025-2-13

### Enhancements:

- ``i2c_bus_v2`` supports initialization using the bus_handle provided by ``esp_driver_i2c``, and also supports returning the internal bus_handle of ``esp_driver_i2c``.

## v1.2.0 - 2025-1-14

### Enhancements:

- Support enabling software I2C to extend the number of I2C ports.

## v1.1.0 - 2024-11-22

### Enhancements:

- Support manual selection of ``driver/i2c`` or ``esp_driver_i2c`` in idf v5.3 and above.

## v1.0.0 - 2024-9-19

### Enhancements:

- Component version maintenance and documentation enhancement.
- Support `esp_driver_i2c` driver.

## v0.1.0 - 2024-5-27

First release version.

- Support I2C bus

Links

Supports all targets

License: Apache-2.0

To add this component to your project, run:

idf.py add-dependency "espressif/i2c_bus^1.3.0"

or download archive

Stats

  • Archive size
    Archive size ~ 26.31 KB
  • Downloaded in total
    Downloaded in total 2.3k times
  • Downloaded this version
    This version: 210 times

Badge

espressif/i2c_bus version: 1.3.0
|