Skip to content

Commit

Permalink
renamed anemometer to impulse-sensor
Browse files Browse the repository at this point in the history
  • Loading branch information
QB4-dev committed Feb 20, 2024
1 parent c36fc3b commit d6a73f6
Show file tree
Hide file tree
Showing 18 changed files with 289 additions and 282 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,10 +232,10 @@ or [GitLab examples](https://gitlab.com/UncleRus/esp-idf-lib/tree/master/example

| Component | Description | License | Supported on | Thread safety |
|--------------------------|----------------------------------------------------------------------------------|---------|--------------------|---------------|
| **anemometer** | Driver for impulse wind speed sensors(anemometers) | BSD-3-Clause | esp32, esp8266, esp32s2, esp32c3 | no |
| **ds3502** | Driver for nonvolatile digital potentiometer DS3502 | BSD-3-Clause | esp32, esp8266, esp32s2, esp32c3 | yes |
| **example** | An example component | ISC | esp32, esp8266, esp32s2, esp32c3 | n/a |
| **hd44780** | Driver for HD44780 compatible LCD text displays | BSD-3-Clause | esp32, esp8266, esp32s2, esp32c3 | no |
| **impulse_sensor** | Driver for impulse output sensors | BSD-3-Clause | esp32, esp8266, esp32s2, esp32c3 | no |
| **pca9685** | Driver for 16-channel, 12-bit PWM PCA9685 | BSD-3-Clause | esp32, esp8266, esp32s2, esp32c3 | yes |
| **rda5807m** | Driver for single-chip broadcast FM radio tuner RDA5807M | BSD-3-Clause | esp32, esp8266, esp32s2, esp32c3 | yes |
| **tca9548** | Driver for TCA9548A/PCA9548A low-voltage 8-channel I2C switch | BSD-3-Clause | esp32, esp8266, esp32s2, esp32c3 | yes |
Expand Down Expand Up @@ -321,7 +321,7 @@ or [GitLab examples](https://gitlab.com/UncleRus/esp-idf-lib/tree/master/example
- [Grupo de Pesquisa em Cultura Digital](http://gepid.upf.br/): `mpu6050`
- GrzegorzH: `ds18x20`
- [Gunar Schorcht](https://github.com/gschorcht): `bme680` `ccs811` `sht3x` `sts3x`
- [Jakub Turek](https://github.com/QB4-dev): `anemometer` `l3gx` `lsm303`
- [Jakub Turek](https://github.com/QB4-dev): `impulse_sensor` `l3gx` `lsm303`
- [Jan Veeh](https://github.com/janveeh): `icm42670`
- [Jeff Rowberg](https://www.i2cdevlib.com/): `mpu6050`
- [Jose Manuel Perez](https://github.com/jmpmscorp): `lc709203f` `sgm58031`
Expand Down
238 changes: 0 additions & 238 deletions components/anemometer/anemometer.c

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: anemometer
description: Driver for impulse wind speed sensors(anemometers)
name: impulse_sensor
description: Driver for impulse output sensors
version: 1.0.0
groups:
- misc
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ else()
endif()

idf_component_register(
SRCS anemometer.c
SRCS impulse_sensor.c
INCLUDE_DIRS .
REQUIRES ${req}
)
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit d6a73f6

Please sign in to comment.