Skip to content

Commit 2fb81e2

Browse files
author
Руслан Ус
committed
update: update components, remove led_spi
1 parent be2e257 commit 2fb81e2

23 files changed

Lines changed: 20 additions & 26 deletions

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,6 @@
112112
[submodule "components/lc709203f"]
113113
path = components/lc709203f
114114
url = git@github.com:esp-idf-lib/lc709203f.git
115-
[submodule "components/led_strip"]
116-
path = components/led_strip
117-
url = git@github.com:esp-idf-lib/led_strip.git
118115
[submodule "components/led_strip_spi"]
119116
path = components/led_strip_spi
120117
url = git@github.com:esp-idf-lib/led_strip_spi.git

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ Part of them ported from [esp-open-rtos](https://github.com/SuperHouse/esp-open-
206206
| Name | Description |
207207
|------|-------------|
208208
| [ht16k33](https://github.com/esp-idf-lib/ht16k33) <br> [![Component Registry](https://components.espressif.com/components/esp-idf-lib/ht16k33/badge.svg)](https://components.espressif.com/components/esp-idf-lib/ht16k33) | HT16K33 LED controller driver ([Documentation](https://esp-idf-lib.github.io/ht16k33)) |
209-
| [led_strip](https://github.com/esp-idf-lib/led_strip) <br> [![Component Registry](https://components.espressif.com/components/esp-idf-lib/led_strip/badge.svg)](https://components.espressif.com/components/esp-idf-lib/led_strip) | RMT-based driver for WS2812B/SK6812/APA106/SM16703 LED strips ([Documentation](https://esp-idf-lib.github.io/led_strip)) |
210209
| [led_strip_spi](https://github.com/esp-idf-lib/led_strip_spi) <br> [![Component Registry](https://components.espressif.com/components/esp-idf-lib/led_strip_spi/badge.svg)](https://components.espressif.com/components/esp-idf-lib/led_strip_spi) | SPI-based driver for SK9822/APA102 LED strips ([Documentation](https://esp-idf-lib.github.io/led_strip_spi)) |
211210
| [max7219](https://github.com/esp-idf-lib/max7219) <br> [![Component Registry](https://components.espressif.com/components/esp-idf-lib/max7219/badge.svg)](https://components.espressif.com/components/esp-idf-lib/max7219) | Driver for 8-Digit LED display drivers, MAX7219/MAX7221 ([Documentation](https://esp-idf-lib.github.io/max7219)) |
212211
| [pca9632](https://github.com/esp-idf-lib/pca9632) <br> [![Component Registry](https://components.espressif.com/components/esp-idf-lib/pca9632/badge.svg)](https://components.espressif.com/components/esp-idf-lib/pca9632) | Driver for PCA9632 4-channel PWM chip ([Documentation](https://esp-idf-lib.github.io/pca9632)) |
@@ -287,7 +286,7 @@ Part of them ported from [esp-open-rtos](https://github.com/SuperHouse/esp-open-
287286
- Pavel Merzlyakov `ds1302`
288287
- [Raghav Jha](https://github.com/horsemann07) `mpu6050`
289288
- RichardA `ds3231`
290-
- [Ruslan V. Uss](https://github.com/UncleRus) `ads111x` `aht` `am2320` `bh1750` `bh1900nux` `bme680` `bmp180` `bmp280` `button` `calibration` `ccs811` `dht` `ds1302` `ds1307` `ds18x20` `ds3231` `ds3502` `encoder` `framebuffer` `hd44780` `hdc1000` `hmc5883l` `hx711` `i2cdev` `ina219` `ina260` `ina3221` `led_strip` `led_strip_spi` `max31725` `max31855` `max31865` `max7219` `mcp23008` `mcp23x17` `mcp342x` `mcp4725` `mcp960x` `mcp9808` `mpu6050` `ms5611` `onewire` `pca9557` `pca9685` `pcf8563` `pcf8574` `pcf8575` `pcf8591` `qmc5883l` `qmp6988` `rda5807m` `scd30` `scd4x` `sfa3x` `sgp40` `sht3x` `sht4x` `si7021` `sts21` `sts3x` `tca6424a` `tca9548` `tca95x5` `tda74xx` `tsl2561` `tsl4531` `tsys01` `ultrasonic` `wiegand`
289+
- [Ruslan V. Uss](https://github.com/UncleRus) `ads111x` `aht` `am2320` `bh1750` `bh1900nux` `bme680` `bmp180` `bmp280` `button` `calibration` `ccs811` `dht` `ds1302` `ds1307` `ds18x20` `ds3231` `ds3502` `encoder` `framebuffer` `hd44780` `hdc1000` `hmc5883l` `hx711` `i2cdev` `ina219` `ina260` `ina3221` `led_strip_spi` `max31725` `max31855` `max31865` `max7219` `mcp23008` `mcp23x17` `mcp342x` `mcp4725` `mcp960x` `mcp9808` `mpu6050` `ms5611` `onewire` `pca9557` `pca9685` `pcf8563` `pcf8574` `pcf8575` `pcf8591` `qmc5883l` `qmp6988` `rda5807m` `scd30` `scd4x` `sfa3x` `sgp40` `sht3x` `sht4x` `si7021` `sts21` `sts3x` `tca6424a` `tca9548` `tca95x5` `tda74xx` `tsl2561` `tsl4531` `tsys01` `ultrasonic` `wiegand`
291290
- [Sensirion AG](https://github.com/Sensirion) `scd30` `scd4x` `sfa3x`
292291
- [Thanh Pham](https://github.com/panoti) `pcf8591`
293292
- [Timofei Korostelev](https://github.com/chudsaviet) `ht16k33`

STATUS.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@
146146
| Name | Status |
147147
|------|--------|
148148
| [ht16k33](https://github.com/esp-idf-lib/ht16k33) | [![Component Registry](https://components.espressif.com/components/esp-idf-lib/ht16k33/badge.svg)](https://components.espressif.com/components/esp-idf-lib/ht16k33)[![build](https://github.com/esp-idf-lib/ht16k33/actions/workflows/build.yml/badge.svg)](https://github.com/esp-idf-lib/ht16k33/actions/workflows/build.yml)[![build-docs](https://github.com/esp-idf-lib/ht16k33/actions/workflows/build-docs.yml/badge.svg)](https://github.com/esp-idf-lib/ht16k33/actions/workflows/build-docs.yml)[![validate-component](https://github.com/esp-idf-lib/ht16k33/actions/workflows/validate-component.yml/badge.svg)](https://github.com/esp-idf-lib/ht16k33/actions/workflows/validate-component.yml)[![validate-astyle](https://github.com/esp-idf-lib/ht16k33/actions/workflows/validate-astyle.yml/badge.svg)](https://github.com/esp-idf-lib/ht16k33/actions/workflows/validate-astyle.yml)|
149-
| [led_strip](https://github.com/esp-idf-lib/led_strip) | [![Component Registry](https://components.espressif.com/components/esp-idf-lib/led_strip/badge.svg)](https://components.espressif.com/components/esp-idf-lib/led_strip)[![build](https://github.com/esp-idf-lib/led_strip/actions/workflows/build.yml/badge.svg)](https://github.com/esp-idf-lib/led_strip/actions/workflows/build.yml)[![build-docs](https://github.com/esp-idf-lib/led_strip/actions/workflows/build-docs.yml/badge.svg)](https://github.com/esp-idf-lib/led_strip/actions/workflows/build-docs.yml)[![validate-component](https://github.com/esp-idf-lib/led_strip/actions/workflows/validate-component.yml/badge.svg)](https://github.com/esp-idf-lib/led_strip/actions/workflows/validate-component.yml)[![validate-astyle](https://github.com/esp-idf-lib/led_strip/actions/workflows/validate-astyle.yml/badge.svg)](https://github.com/esp-idf-lib/led_strip/actions/workflows/validate-astyle.yml)|
150149
| [led_strip_spi](https://github.com/esp-idf-lib/led_strip_spi) | [![Component Registry](https://components.espressif.com/components/esp-idf-lib/led_strip_spi/badge.svg)](https://components.espressif.com/components/esp-idf-lib/led_strip_spi)[![build](https://github.com/esp-idf-lib/led_strip_spi/actions/workflows/build.yml/badge.svg)](https://github.com/esp-idf-lib/led_strip_spi/actions/workflows/build.yml)[![build-docs](https://github.com/esp-idf-lib/led_strip_spi/actions/workflows/build-docs.yml/badge.svg)](https://github.com/esp-idf-lib/led_strip_spi/actions/workflows/build-docs.yml)[![validate-component](https://github.com/esp-idf-lib/led_strip_spi/actions/workflows/validate-component.yml/badge.svg)](https://github.com/esp-idf-lib/led_strip_spi/actions/workflows/validate-component.yml)[![validate-astyle](https://github.com/esp-idf-lib/led_strip_spi/actions/workflows/validate-astyle.yml/badge.svg)](https://github.com/esp-idf-lib/led_strip_spi/actions/workflows/validate-astyle.yml)|
151150
| [max7219](https://github.com/esp-idf-lib/max7219) | [![Component Registry](https://components.espressif.com/components/esp-idf-lib/max7219/badge.svg)](https://components.espressif.com/components/esp-idf-lib/max7219)[![build](https://github.com/esp-idf-lib/max7219/actions/workflows/build.yml/badge.svg)](https://github.com/esp-idf-lib/max7219/actions/workflows/build.yml)[![build-docs](https://github.com/esp-idf-lib/max7219/actions/workflows/build-docs.yml/badge.svg)](https://github.com/esp-idf-lib/max7219/actions/workflows/build-docs.yml)[![validate-component](https://github.com/esp-idf-lib/max7219/actions/workflows/validate-component.yml/badge.svg)](https://github.com/esp-idf-lib/max7219/actions/workflows/validate-component.yml)[![validate-astyle](https://github.com/esp-idf-lib/max7219/actions/workflows/validate-astyle.yml/badge.svg)](https://github.com/esp-idf-lib/max7219/actions/workflows/validate-astyle.yml)|
152151
| [pca9632](https://github.com/esp-idf-lib/pca9632) | [![Component Registry](https://components.espressif.com/components/esp-idf-lib/pca9632/badge.svg)](https://components.espressif.com/components/esp-idf-lib/pca9632)[![build](https://github.com/esp-idf-lib/pca9632/actions/workflows/build.yml/badge.svg)](https://github.com/esp-idf-lib/pca9632/actions/workflows/build.yml)[![build-docs](https://github.com/esp-idf-lib/pca9632/actions/workflows/build-docs.yml/badge.svg)](https://github.com/esp-idf-lib/pca9632/actions/workflows/build-docs.yml)[![validate-component](https://github.com/esp-idf-lib/pca9632/actions/workflows/validate-component.yml/badge.svg)](https://github.com/esp-idf-lib/pca9632/actions/workflows/validate-component.yml)[![validate-astyle](https://github.com/esp-idf-lib/pca9632/actions/workflows/validate-astyle.yml/badge.svg)](https://github.com/esp-idf-lib/pca9632/actions/workflows/validate-astyle.yml)|

0 commit comments

Comments
 (0)