Update README.md
This commit is contained in:
commit
925c0e9b38
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.DS_Store
|
19
README.md
Normal file
19
README.md
Normal file
@ -0,0 +1,19 @@
|
||||
# List of components for ESP32 ESP-IDF and ESP8266 RTOS SDK
|
||||
|
||||
## Communications
|
||||
|
||||
1. [zh_network](<https://github.com/aZholtikov/zh_network>) ESP-NOW based mesh network.
|
||||
2. [zh_espnow](<https://github.com/aZholtikov/zh_espnow>) ESP-NOW interface.
|
||||
|
||||
## Systems
|
||||
|
||||
1. [zh_vector](https://github.com/aZholtikov/zh_vector) vector (dynamic array).
|
||||
2. [zh_json](https://github.com/aZholtikov/zh_json) json.
|
||||
|
||||
## Sensors
|
||||
|
||||
1. [zh_aht](https://github.com/aZholtikov/zh_aht) AHT20/AHT21 humidity & temperature sensor.
|
||||
2. [zh_dht](https://github.com/aZholtikov/zh_dht) DHT11/DHT22/AM2302/AM2320 humidity & temperature sensor.
|
||||
3. [zh_bh1750](https://github.com/aZholtikov/zh_bh1750) BH1750 ambient light sensor.
|
||||
4. [zh_onewire](https://github.com/aZholtikov/zh_onewire) 1-Wire interface.
|
||||
5. [zh_ds18b20](https://github.com/aZholtikov/zh_ds18b20) DS18B20 temperature sensor.
|
Loading…
x
Reference in New Issue
Block a user