Skip to content

Commit

Permalink
shift_reg: conflict fix part 3
Browse files Browse the repository at this point in the history
  • Loading branch information
JaimeAlbq committed Feb 7, 2024
1 parent b639329 commit 90b4edb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
8 changes: 0 additions & 8 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -536,14 +536,6 @@ labels:
- "components/sgp40/**"
- "components/sgp40/.eil.yml"
- "examples/sgp40/**"
- label: "area:components:shift_reg"
sync: true
matcher:
files:
any:
- "components/shift_reg/**"
- "components/shift_reg/.eil.yml"
- "examples/shift_reg/**"
- label: "area:components:sht3x"
sync: true
matcher:
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ or [GitLab examples](https://gitlab.com/UncleRus/esp-idf-lib/tree/master/example
| **lc709203f** | Driver for LC709203F battery fuel gauge | ISC | `esp32`, `esp8266`, `esp32s2`, `esp32c3` | Yes
| **pca9685** | Driver for 16-channel, 12-bit PWM PCA9685 | BSD-3 | `esp32`, `esp8266`, `esp32s2`, `esp32c3` | Yes
| **rda5807m** | Driver for single-chip broadcast FM radio tuner RDA5807M | BSD-3 | `esp32`, `esp8266`, `esp32s2`, `esp32c3` | Yes
| **shift_reg** | Driver for generic shift register interface. | ISC | `esp32`, `esp8266`, `esp32s2`, `esp32c3` | Yes
| **tca9548** | Driver for TCA9548A/PCA9548A low-voltage 8-channel I2C switch | BSD-3 | `esp32`, `esp8266`, `esp32s2`, `esp32c3` | Yes
| **tda74xx** | Driver for TDA7439/TDA7439DS/TDA7440D audioprocessors | MIT | `esp32`, `esp8266`, `esp32s2`, `esp32c3` | Yes
| **ultrasonic** | Driver for ultrasonic range meters, e.g. HC-SR04, HY-SRF05 | BSD-3 | `esp32`, `esp8266`, `esp32s2`, `esp32c3` | No
Expand Down

0 comments on commit 90b4edb

Please sign in to comment.